Skip to content

Commit

Permalink
refactor: e2e 테스트 yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysyheo committed Aug 8, 2023
1 parent cccbf61 commit 829707d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
browser: chrome
start: npm run dev
wait-on: 'http://localhost:3000'
record: true
record: false
working-directory: ./frontend
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down

0 comments on commit 829707d

Please sign in to comment.