Skip to content

Commit

Permalink
chore(ci): add container parameter to manual-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Apr 21, 2024
1 parent 67cafd0 commit 0e24124
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- ubuntu
- windows
- macos
container:
description: 'Container image to run test on'
required: false
type: string
chrome-version:
description: 'Chrome version to install'
required: false
Expand Down Expand Up @@ -38,6 +42,8 @@ jobs:
test:
needs: [build]
runs-on: ${{ inputs.os }}-latest
container:
image: ${{ inputs.container }}
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 0e24124

Please sign in to comment.