Skip to content

Commit

Permalink
ci(gh-workflows): fix check for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Mar 1, 2024
1 parent 0f174cd commit bd64c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Check for E2E
id: check-for-e2e
run: |
if [ -d "playwright" ]
if [ -f "playwright.config.ts" ]
then
echo "has-e2e=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit bd64c1b

Please sign in to comment.