Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore: default run working-directory μˆ˜μ •
Browse files Browse the repository at this point in the history
${{ vars.FE_DIRECTORY }} 인식 μ•ˆλ˜λŠ” 문제..
  • Loading branch information
yogjin committed Aug 12, 2023
1 parent c7391fa commit e0bbd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fe-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

defaults:
run:
working-directory: ${{ vars.FE_DIRECTORY }}
working-directory: ./frontend

jobs:
cypress-run:
Expand Down

0 comments on commit e0bbd41

Please sign in to comment.