Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit cc47753

Browse files
committed
ci: fix cypress component script
1 parent ce2cebb commit cc47753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Run Component Tests
3030
run:
31-
pnpm test:ci && pnpm cy:run --component --record --key ${{
32-
secrets.$CYPRESS_COMPONENT_TESTING_KEY }}
31+
pnpm test:ci && pnpm cy:run --component --record --key
32+
$CYPRESS_COMPONENT_TESTING_KEY
3333
env:
3434
CYPRESS_COMPONENT_TESTING_KEY:
3535
${{ secrets.CYPRESS_COMPONENT_TESTING_KEY }}

0 commit comments

Comments
 (0)