Skip to content

Commit a117165

Browse files
committed
fix(ci): use bash in playwright container
1 parent f4609e2 commit a117165

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/daily-new-mosaics.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
timeout-minutes: 120
2929
container:
3030
image: "mcr.microsoft.com/playwright:v1.58.2-noble"
31+
defaults:
32+
run:
33+
shell: bash
3134

3235
env:
3336
SI_REFERENCE_LIBRARY: ${{ github.workspace }}

0 commit comments

Comments
 (0)