Skip to content

Commit 32571c5

Browse files
committed
workflows: better naming
1 parent 4a15f95 commit 32571c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compatibility.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
e2e:
20-
name: E2E ${{ matrix.os }} with ${{ matrix.db }}
20+
name: E2E ${{ matrix.os }}_${{ join(matrix.db, '-') }}
2121
environment: e2e-${{ matrix.os }}
2222
runs-on: ${{ matrix.os }}
2323
# Skip this job for version bump commits (binary won't exist yet)
@@ -166,7 +166,7 @@ jobs:
166166
167167
168168
e2e-linux-distros:
169-
name: E2E linux distro ${{ matrix.distro }} with ${{ matrix.db }}
169+
name: E2E linux distro ${{ matrix.distro }})_${{ join(matrix.db, '-') }}
170170
environment: e2e-linux-distros
171171
runs-on: ubuntu-latest
172172
# Skip this job for version bump commits (binary won't exist yet)

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
node-install:
15-
name: Test Node.js install (npm + local install.sh)
15+
name: install.sh ${{ matrix.os }}_node-${{ matrix.node }}
1616
# Skip this job for version bump commits (binary won't exist yet)
1717
if: "!contains(github.event.head_commit.message, 'Release')"
1818
runs-on: ${{ matrix.os }}
@@ -52,7 +52,7 @@ jobs:
5252
./sqlx-ts --help
5353
5454
linux-distro-static-binary-test:
55-
name: Test static binary on Linux distributions
55+
name: linux distro ${{ matrix.distro }}
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:

0 commit comments

Comments
 (0)