We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b5bfa commit dff1319Copy full SHA for dff1319
.github/workflows/check_fullstack_demo_ts_pr.yaml
@@ -28,4 +28,10 @@ jobs:
28
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
29
run: |
30
npm ci
31
- npm run test
+ npm run test
32
+
33
+ - name: Run Cypress component tests
34
+ uses: cypress-io/github-action@v6
35
+ with:
36
+ working-directory: ./lib/javascript/fullstack_demo
37
+ component: true
0 commit comments