We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b567377 commit 037597fCopy full SHA for 037597f
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ on:
12
jobs:
13
test_android_jvm_linux:
14
runs-on: ubuntu-latest
15
+ environment: testing
16
steps:
17
- name: Check out repo
18
uses: actions/checkout@v2
@@ -38,6 +39,7 @@ jobs:
38
39
if: always()
40
test_mac:
41
runs-on: macos-latest
42
43
44
45
@@ -64,6 +66,7 @@ jobs:
64
66
65
67
test_windows:
68
runs-on: windows-latest
69
70
71
72
0 commit comments