Merge pull request #21 from actions/fix-running-order

Minor fix for running order
This commit is contained in:
Mingzi
2022-02-07 11:19:11 -08:00
committed by GitHub
+2
View File
@@ -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
@@ -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