Skip to content

Commit

Permalink
added additional action outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Alexander committed Jan 29, 2024
1 parent b072101 commit ccbb97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/base-cypress-test-all-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
with:
build_branch: ${{ github.event.inputs.build_branch }}
cypress_broswer: "chrome"
base_url: ${{ github.event.inputs.cypress_base_url }}
cypress_base_url: ${{ github.event.inputs.cypress_base_url }}
cypress_test_edge:
uses: ./.github/workflows/base-cypress-test.yml
with:
build_branch: ${{ github.event.inputs.build_branch }}
cypress_broswer: "edge"
base_url: ${{ github.event.inputs.cypress_base_url }}
cypress_base_url: ${{ github.event.inputs.cypress_base_url }}
cypress_test_firefox:
uses: ./.github/workflows/base-cypress-test.yml
with:
build_branch: ${{ github.event.inputs.build_branch }}
cypress_broswer: "firefox"
base_url: ${{ github.event.inputs.cypress_base_url }}
cypress_base_url: ${{ github.event.inputs.cypress_base_url }}

0 comments on commit ccbb97f

Please sign in to comment.