File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 unit-tests :
1515 runs-on : ubuntu-latest-8
16+ environment : testing
1617 steps :
1718 - uses : actions/checkout@v4
1819 with :
3637 # TODO: re-enable when this check is a develop required check
3738 if : false
3839 runs-on : ubuntu-latest-32
40+ environment : testing
3941 strategy :
4042 matrix :
4143 sync_graph : [ true, false ]
7678 parse-tests :
7779 if : contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
7880 runs-on : ubuntu-latest-32
79- environment : parse-tests
81+ environment : testing
8082 steps :
8183 - uses : actions/checkout@v4
8284 with :
@@ -146,6 +148,7 @@ jobs:
146148
147149 integration-tests :
148150 runs-on : ubuntu-latest-16
151+ environment : testing
149152 steps :
150153 - uses : actions/checkout@v4
151154 with :
You can’t perform that action at this time.
0 commit comments