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 36a8c12 commit d122284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/userside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: pnpm build
working-directory: ../temp/slidev-project

- name: E2E test in global mode
- name: E2E test in project
uses: cypress-io/github-action@v4
with:
install-command: echo
Expand All @@ -111,5 +111,5 @@ jobs:
project: ${{ github.workspace }}
install-command: echo
build: echo
start: slidev --dir ../temp template.md
start: slidev ../template.md
spec: cypress/e2e/examples/noError.spec.ts

0 comments on commit d122284

Please sign in to comment.