Skip to content

Commit 037597f

Browse files
committed
add environment to tests
Signed-off-by: Adam Ratzman <[email protected]>
1 parent b567377 commit 037597f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
test_android_jvm_linux:
1414
runs-on: ubuntu-latest
15+
environment: testing
1516
steps:
1617
- name: Check out repo
1718
uses: actions/checkout@v2
@@ -38,6 +39,7 @@ jobs:
3839
if: always()
3940
test_mac:
4041
runs-on: macos-latest
42+
environment: testing
4143
steps:
4244
- name: Check out repo
4345
uses: actions/checkout@v2
@@ -64,6 +66,7 @@ jobs:
6466
if: always()
6567
test_windows:
6668
runs-on: windows-latest
69+
environment: testing
6770
steps:
6871
- name: Check out repo
6972
uses: actions/checkout@v2

0 commit comments

Comments
 (0)