Merge pull request #25 from zkokk/CI

Compile
This commit is contained in:
zkokk 2024-06-14 15:07:30 +03:00 committed by GitHub
commit 9fd372b46b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,9 +34,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm install --save-dev hardhat run: npm install --save-dev hardhat
- name: Compile contracts
run: npx hardhat compile
- name: Run local devnet - name: Run local devnet
run: | run: |
docker-compose up -d docker-compose up -d