Skip to content

Commit

Permalink
fix ci one more
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Jun 5, 2024
1 parent faf21ce commit a11d9b2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- synchronize
- ready_for_review
jobs:

set-node:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -54,9 +53,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- compile

- uses: actions/checkout@v4
steps:
- uses: actions/checkout@v4

- name: Run hardhat test
run: |
npm run test:all
- name: Run hardhat test
run: |
npm run test:all

0 comments on commit a11d9b2

Please sign in to comment.