Skip to content

Commit

Permalink
Fix build and test workflow fixing job run requirement (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
shovnik authored Dec 24, 2020
1 parent 0251103 commit dc409ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
needs: [setup-environment]
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.loadtestpre.outputs.matrix) }}
matrix: ${{ fromJson(needs.setup-environment.outputs.matrix) }}
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit dc409ac

Please sign in to comment.