Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed May 3, 2024
1 parent cc892f0 commit b573da6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
description: 'Container image to run test on'
required: false
type: string
chrome-version:
chrome-version-1:
description: 'Chrome version to install'
required: false
type: string
chrome-version-2:
description: 'Chrome version to install'
required: false
type: string
Expand Down Expand Up @@ -50,7 +54,12 @@ jobs:
- name: Install chrome
uses: ./
with:
chrome-version: ${{ inputs.chrome-version }}
chrome-version: ${{ inputs.chrome-version-1 }}
id: setup-chrome
- name: Install chrome
uses: ./
with:
chrome-version: ${{ inputs.chrome-version-2 }}
id: setup-chrome
- if: runner.os == 'Linux' || runner.os == 'macOS'
run: |
Expand Down

0 comments on commit b573da6

Please sign in to comment.