Skip to content

Commit 34d8d9d

Browse files
Update test-install.yml
1 parent 1bd3505 commit 34d8d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-install.yml

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

1818
jobs:
1919
test_puppeteer_pdf:
20-
name: Run puppeteer pdf test on ${{ matrix.os }}
20+
name: Puppeteer test on ${{ matrix.os }}
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
@@ -35,7 +35,7 @@ jobs:
3535

3636
test_ubuntu_latest:
3737
name: test build on ${{ matrix.os }}
38-
runs-on: ubuntu-latest
38+
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]

0 commit comments

Comments
 (0)