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 13
13
jobs :
14
14
unit-tests :
15
15
runs-on : ubuntu-latest-8
16
+ environment : testing
16
17
steps :
17
18
- uses : actions/checkout@v4
18
19
with :
36
37
# TODO: re-enable when this check is a develop required check
37
38
if : false
38
39
runs-on : ubuntu-latest-32
40
+ environment : testing
39
41
strategy :
40
42
matrix :
41
43
sync_graph : [ true, false ]
76
78
parse-tests :
77
79
if : contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
78
80
runs-on : ubuntu-latest-32
79
- environment : parse-tests
81
+ environment : testing
80
82
steps :
81
83
- uses : actions/checkout@v4
82
84
with :
@@ -146,6 +148,7 @@ jobs:
146
148
147
149
integration-tests :
148
150
runs-on : ubuntu-latest-16
151
+ environment : testing
149
152
steps :
150
153
- uses : actions/checkout@v4
151
154
with :
You can’t perform that action at this time.
0 commit comments