Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit fa6966a

Browse files
committed
fix: github workflow syntax
1 parent 0e3d4ff commit fa6966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/setup-node@v2
5555
with:
5656
node-version: lts/*
57-
- run: npm install && && npx -y playwright install-deps
57+
- run: npm install && npx -y playwright install-deps
5858
- uses: GabrielBB/xvfb-action@v1
5959
name: Run tests
6060
with:

0 commit comments

Comments
 (0)