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 1b5eb06 commit f6e545fCopy full SHA for f6e545f
.github/workflows/compatibility.yaml
@@ -18,6 +18,7 @@ on:
18
jobs:
19
e2e:
20
name: E2E tests with Node.js npm package
21
+ environment: e2e-${{ matrix.os }}
22
runs-on: ${{ matrix.os }}
23
# Skip this job for version bump commits (binary won't exist yet)
24
if: "!contains(github.event.head_commit.message, 'Release')"
@@ -166,6 +167,7 @@ jobs:
166
167
168
e2e-linux-distros:
169
name: E2E npm package on Linux distros with databases
170
+ environment: e2e-linux-distros
171
runs-on: ubuntu-latest
172
173
0 commit comments