Skip to content

Commit f6e545f

Browse files
committed
compatibility.yaml - include environment
1 parent 1b5eb06 commit f6e545f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compatibility.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
jobs:
1919
e2e:
2020
name: E2E tests with Node.js npm package
21+
environment: e2e-${{ matrix.os }}
2122
runs-on: ${{ matrix.os }}
2223
# Skip this job for version bump commits (binary won't exist yet)
2324
if: "!contains(github.event.head_commit.message, 'Release')"
@@ -166,6 +167,7 @@ jobs:
166167
167168
e2e-linux-distros:
168169
name: E2E npm package on Linux distros with databases
170+
environment: e2e-linux-distros
169171
runs-on: ubuntu-latest
170172
# Skip this job for version bump commits (binary won't exist yet)
171173
if: "!contains(github.event.head_commit.message, 'Release')"

0 commit comments

Comments
 (0)