Skip to content

Commit a0de17d

Browse files
authored
Frontend tests (#18)
1 parent 701cec5 commit a0de17d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
with:
1515
node-version: lts/*
1616
- name: Install dependencies
17-
run: npm ci
18-
run: npm run clone
19-
run: npm run unit
17+
run: npm ci && npm run clone && npm run unit
2018
- name: Install Playwright Browsers
2119
run: npx playwright install --with-deps
2220
- name: Run Playwright tests

0 commit comments

Comments
 (0)