Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent c5fe6f7 commit 5ef98bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- run: pnpm install

- name: Playwright browsers install
run: pnpm playwright install --with-deps
run: pnpm playwright install --with-deps webkit

- run: pnpm nx run-many --parallel=4 -t build,lint,test,test-ui
- run: pnpm nx run-many --parallel=4 -t test-ui --skip-nx-cache

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5ef98bb

Please sign in to comment.