We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e545f commit 632a81aCopy full SHA for 632a81a
1 file changed
.github/workflows/compatibility.yaml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
e2e:
20
- name: E2E tests with Node.js npm package
+ name: E2E ${{ matrix.os }} with ${{ matrix.db }}
21
environment: e2e-${{ matrix.os }}
22
runs-on: ${{ matrix.os }}
23
# Skip this job for version bump commits (binary won't exist yet)
@@ -166,7 +166,7 @@ jobs:
166
167
168
e2e-linux-distros:
169
- name: E2E npm package on Linux distros with databases
+ name: E2E linux distro ${{ matrix.distro }} with ${{ matrix.db }}
170
environment: e2e-linux-distros
171
runs-on: ubuntu-latest
172
0 commit comments