Skip to content

Commit

Permalink
fu4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Oct 1, 2024
1 parent 98eccdb commit 193db28
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ inputs:
runs:
using: composite
steps:
- name: Setup playwright
- name: Setup Playwright script
id: setup
shell: bash
run: |
SCRIPT_PATH=".playwright/run.sh"
echo "${{ inputs.run }}" > "${SCRIPT_PATH}"
chmod +x "${SCRIPT_PATH}"
- name: Run playwright
uses: docker://mcr.microsoft.com/playwright:${{ inputs.version }}
with:
args: .playwright/run.sh
- name: Run Playwright
run: docker run -it --rm mcr.microsoft.com/playwright:${{ inputs.version }} .playwright/run.sh

0 comments on commit 193db28

Please sign in to comment.