Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 2, 2024
1 parent 197b098 commit 36a8c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/userside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
install-command: echo
build: echo
start: pnpm --dir ../temp/slidev-project dev
spec: cypress/e2e/examples/noError.spec.ts

- name: Install globally
run: ${{ matrix.pm }} i -g ${{ github.workspace }}/../temp/slidev-pkgs/cli.tgz playwright-chromium
Expand All @@ -111,3 +112,4 @@ jobs:
install-command: echo
build: echo
start: slidev --dir ../temp template.md
spec: cypress/e2e/examples/noError.spec.ts

0 comments on commit 36a8c12

Please sign in to comment.