Skip to content

Commit

Permalink
Use stage as default for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe committed Apr 11, 2024
1 parent 0c2bf82 commit 5d2c02c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
required: true
default: 'stage'
type: string
miloBranch:
description: 'Milo Branch'
required: true
default: 'stage'
type: string

jobs:
run-integration-tests:
Expand Down Expand Up @@ -35,6 +40,8 @@ jobs:

- name: Run the tests
run: npm run int3
env:
MILOLIBS: ${{ github.event.inputs.miloBranch }}

- name: Save test logs
if: ${{ always() }}
Expand Down

0 comments on commit 5d2c02c

Please sign in to comment.