Skip to content

Commit 6e7d7d6

Browse files
committed
ci: improve ci scripts
1 parent ad8f014 commit 6e7d7d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ permissions:
1111
statuses: write
1212

1313
jobs:
14-
test:
14+
run-unit-tests:
1515
uses: ./.github/workflows/reusable-test.yml
1616
with:
1717
use-matrix: true
1818

1919
publish-npm:
20-
needs: test
20+
needs: run-unit-tests
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
if: ${{ inputs.use-matrix == true }}
205205
runs-on: ubuntu-latest
206206
# Use Playwright container for E2E tests, which has all dependencies and all browsers installed
207-
container: mcr.microsoft.com/playwright:v1.52.0-focal
207+
container: mcr.microsoft.com/playwright:v1.51.0-focal
208208
steps:
209209
- uses: actions/checkout@v4
210210

0 commit comments

Comments
 (0)