Skip to content

Commit 50190e1

Browse files
committed
chore(ci): add container parameter to manual-test.yml
1 parent 960734c commit 50190e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/manual-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- ubuntu
1111
- windows
1212
- macos
13+
container:
14+
description: 'Container image to run test on'
15+
required: false
16+
type: string
1317
chrome-version:
1418
description: 'Chrome version to install'
1519
required: false
@@ -38,6 +42,7 @@ jobs:
3842
test:
3943
needs: [build]
4044
runs-on: ${{ inputs.os }}-latest
45+
container: ${{ inputs.container }}
4146
steps:
4247
- uses: actions/download-artifact@v3
4348
with:

0 commit comments

Comments
 (0)