diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89adc99..90639ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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