Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Jun 23, 2023
1 parent 307ddf6 commit 9256075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
uses: fluencelabs/aqua/.github/workflows/tests.yml@FLU-353
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
ref: FLU-353

fluence-cli:
needs:
- js-client

uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@FLU-353
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
ref: FLU-353

0 comments on commit 9256075

Please sign in to comment.