Skip to content

Commit

Permalink
fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jul 16, 2024
1 parent beb4f80 commit f32a8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cli:
name: CLI / nodejs v${{ matrix.node-version }}
runs-on: ubuntu-latest
needs: [lint]
needs: [lint, build-matchstick]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

event-handler:
name: Ethereum Basic Event Handlers
needs: [lint]
needs: [lint, build-matchstick]
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

ts:
name: Graph TS
needs: [lint]
needs: [lint, build-matchstick]
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit f32a8a1

Please sign in to comment.