Skip to content

Commit

Permalink
Second attempt at github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 authored and StefanIliev545 committed Dec 20, 2022
1 parent 6ea6458 commit cf83480
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
node-version: 18

- name: Install dependencies
run: cd contracts && npm install
- name: Hardhat test
run: cd contracts && npx hardhat test

- name: Set up Go
uses: actions/setup-go@v2
with:
Expand All @@ -42,7 +47,3 @@ jobs:
integration/.build/noderunner/noderunner-*.txt
integration/.build/wallet_extension/wal-ext-*.txt
if: always() # Ensures the artifacts are created even if the tests fail.
- name: Install dependencies
run: cd contracts && npm install
- name: Hardhat test
run: npx hardhat test

0 comments on commit cf83480

Please sign in to comment.