adjust workflow render order
This commit is contained in:
@@ -191,6 +191,7 @@ jobs:
|
|||||||
./bin/compare_expected_output ./test_projects/${{env.TEST_NAME}}
|
./bin/compare_expected_output ./test_projects/${{env.TEST_NAME}}
|
||||||
|
|
||||||
test-future-false:
|
test-future-false:
|
||||||
|
needs: resolve-image-tag
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TEST_NAME: future-false
|
TEST_NAME: future-false
|
||||||
@@ -216,6 +217,7 @@ jobs:
|
|||||||
./bin/compare_expected_output ./test_projects/${{env.TEST_NAME}}
|
./bin/compare_expected_output ./test_projects/${{env.TEST_NAME}}
|
||||||
|
|
||||||
test-future-true:
|
test-future-true:
|
||||||
|
needs: resolve-image-tag
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TEST_NAME: future-true
|
TEST_NAME: future-true
|
||||||
|
|||||||
Reference in New Issue
Block a user