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 32571c5 commit 9fda20fCopy full SHA for 9fda20f
.github/workflows/compatibility.yaml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
e2e:
20
- name: E2E ${{ matrix.os }}_${{ join(matrix.db, '-') }}
+ name: E2E ${{ matrix.os }}_${{ join(values(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 linux distro ${{ matrix.distro }})_${{ join(matrix.db, '-') }}
+ name: E2E linux distro ${{ matrix.distro }})_${{ join(values(matrix.db), '-') }}
170
environment: e2e-linux-distros
171
runs-on: ubuntu-latest
172
0 commit comments