Skip to content

Commit

Permalink
Merge pull request #21 from actions/fix-running-order
Browse files Browse the repository at this point in the history
Minor fix for running order
  • Loading branch information
Mingzi authored and GitHub committed Feb 7, 2022
2 parents e4481de + f6fe108 commit 0b721d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
./bin/compare_expected_output ./test_projects/${{env.TEST_NAME}}
test-future-false:
needs: resolve-image-tag
runs-on: ubuntu-latest
env:
TEST_NAME: future-false
Expand All @@ -216,6 +217,7 @@ jobs:
./bin/compare_expected_output ./test_projects/${{env.TEST_NAME}}
test-future-true:
needs: resolve-image-tag
runs-on: ubuntu-latest
env:
TEST_NAME: future-true
Expand Down

0 comments on commit 0b721d8

Please sign in to comment.