File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ permissions:
1111 statuses : write
1212
1313jobs :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments