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 acb449a commit ce17c8c
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 @@ -87,6 +87,7 @@ jobs:
- name: E2E test in global mode
uses: cypress-io/github-action@v4
with:
project: ${{ github.workspace }}
install-command: echo
build: echo
working-directory: ../temp/slidev-project
Expand All @@ -108,6 +109,7 @@ jobs:
- name: E2E test in global mode
uses: cypress-io/github-action@v4
with:
project: ${{ github.workspace }}
install-command: echo
build: echo
working-directory: ../temp
Expand Down

0 comments on commit ce17c8c

Please sign in to comment.