Skip to content

Commit f302af3

Browse files
chore: add environment: testing to tests (#648)
1 parent afac717 commit f302af3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
unit-tests:
1515
runs-on: ubuntu-latest-8
16+
environment: testing
1617
steps:
1718
- uses: actions/checkout@v4
1819
with:
@@ -36,6 +37,7 @@ jobs:
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 ]
@@ -76,7 +78,7 @@ jobs:
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:

0 commit comments

Comments
 (0)