Skip to content

Commit e7cb951

Browse files
committed
temperarily remove playwright to quicken build
1 parent 8565a90 commit e7cb951

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,12 @@ jobs:
2020
lint:
2121
uses: ./.github/workflows/lint.yml
2222

23-
playwright:
24-
needs: [container]
25-
uses: ./.github/workflows/playwright.yml
26-
with:
27-
container-image: ${{ needs.container.outputs.container-image }}
28-
2923
publish:
3024
permissions:
3125
id-token: write
3226
contents: read
3327
pull-requests: write # required by riff-raff action
34-
needs: [container, prettier, jest, lint, playwright]
28+
needs: [container, prettier, jest, lint]
3529
uses: ./.github/workflows/publish.yml
3630
with:
3731
container-image: ${{ needs.container.outputs.container-image }}

0 commit comments

Comments
 (0)