Skip to content

Commit dff1319

Browse files
committed
chore: adds cypress component tests to build
1 parent 83b5bfa commit dff1319

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check_fullstack_demo_ts_pr.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ jobs:
2828
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
2929
run: |
3030
npm ci
31-
npm run test
31+
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

Comments
 (0)