Skip to content

Commit

Permalink
fu10
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Oct 1, 2024
1 parent 0f17c32 commit ef507fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ runs:
shell: bash
run: |
mkdir -p .playwright
echo "${{ inputs.run }}" > .playwright/run.sh
echo "#!/usr/bin/env bash" > .playwright/run.sh
echo "set -euo pipefail" >> .playwright/run.sh
echo "${{ inputs.run }}" >> .playwright/run.sh
chmod +x .playwright/run.sh
- name: Run Playwright
Expand Down

0 comments on commit ef507fd

Please sign in to comment.