Skip to content

Commit 468cc8a

Browse files
authored
Downgrade playwight version because github actions doesn't know about the new one
1 parent f0c87ce commit 468cc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/FissionUnitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runUnitTests:
1212
name: Playwright Unit Tests
1313
container:
14-
image: mcr.microsoft.com/playwright:v1.55.0-noble
14+
image: mcr.microsoft.com/playwright:v1.54.2-noble
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
@@ -62,7 +62,7 @@ jobs:
6262
name: Assetpack Tests
6363
needs: runUnitTests
6464
container:
65-
image: mcr.microsoft.com/playwright:v1.55.0-noble
65+
image: mcr.microsoft.com/playwright:v1.54.2-noble
6666
runs-on: ubuntu-latest
6767
defaults:
6868
run:

0 commit comments

Comments
 (0)