Skip to content

Commit f1ff9e1

Browse files
chore: remove environment: testing for test.yml (#669)
1 parent 7409619 commit f1ff9e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
unit-tests:
2424
needs: access-check
2525
runs-on: ubuntu-latest-8
26-
environment: testing
2726
steps:
2827
- uses: actions/checkout@v4
2928
with:
@@ -48,7 +47,6 @@ jobs:
4847
# TODO: re-enable when this check is a develop required check
4948
if: false
5049
runs-on: ubuntu-latest-32
51-
environment: testing
5250
strategy:
5351
matrix:
5452
sync_graph: [ true, false ]
@@ -90,7 +88,6 @@ jobs:
9088
needs: access-check
9189
if: contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
9290
runs-on: ubuntu-latest-32
93-
environment: testing
9491
steps:
9592
- uses: actions/checkout@v4
9693
with:
@@ -161,7 +158,6 @@ jobs:
161158
integration-tests:
162159
needs: access-check
163160
runs-on: ubuntu-latest-16
164-
environment: testing
165161
steps:
166162
- uses: actions/checkout@v4
167163
with:

0 commit comments

Comments
 (0)