Skip to content

Commit

Permalink
fixed GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Dec 6, 2024
1 parent eac53a8 commit ecf297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-playwright-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Run Playwright tests
shell: bash
working-directory: ./tests/Dfe.EarlyYearsQualification.E2ETests/playwright
run: WEBAPP_URL=https://${{ inputs.webapp_url }}.azurewebsites.net AUTH_SECRET=${{ inputs.auth_secret }} npx playwright test
run: WEBAPP_URL=${{ inputs.webapp_url }} AUTH_SECRET=${{ inputs.auth_secret }} npx playwright test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit ecf297c

Please sign in to comment.