Skip to content

Commit

Permalink
fix testing type in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Feb 12, 2023
1 parent a0f25a9 commit 24cbde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm build

- name: Test
run: npx cypress run --record --key ${{ secrets.CYPRESS_KEY }}
run: npx cypress run --component --record --key ${{ secrets.CYPRESS_KEY }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24cbde2

Please sign in to comment.