Skip to content

Commit

Permalink
ci: fix dashmate matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 10, 2023
1 parent ff3d017 commit f4691cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ jobs:
test-pattern: test/e2e/testnetHPEvonode.spec.js
uses: ./.github/workflows/tests-dashmate.yml
with:
test-pattern: test/e2e/localNetwork.spec.js
name: ${{ matrix.name }}
test-pattern: ${{ matrix.test-pattern }}
restore_local_network_data: ${{ matrix.restore_local_network_data }}
if: contains(needs.changes.outputs.js-packages, 'dashmate')

Expand Down

0 comments on commit f4691cd

Please sign in to comment.