Skip to content

Commit

Permalink
Fix feature test step
Browse files Browse the repository at this point in the history
  • Loading branch information
tajdeluca committed Jan 1, 2024
1 parent 0d5ccec commit 18f1059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: npm ci
- name: Run Playwright tests for feature
if: ${{ inputs.test_is_against_deployment == false }}
run: npm test --ignore-scripts
run: npm test
env:
CI: 'anything'
TEST_BASE_URL: ${{ inputs.test_base_url }}
Expand Down

0 comments on commit 18f1059

Please sign in to comment.