Skip to content

Commit

Permalink
ci: add --with-deps argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 22, 2024
1 parent 7eb4c6a commit 77bf1a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
install
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run e2e tests
- name: Run Playwright tests
run: |
fluentci run --wasm playwright install
fluentci run --wasm playwright install --with-deps
fluentci run --wasm playwright test
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
/test-results/
/playwright-report/
/playwright/.cache/
.DS_Store
Binary file added bun.lockb
Binary file not shown.

0 comments on commit 77bf1a5

Please sign in to comment.