Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 5, 2024
1 parent 55b16af commit 34de2e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/tests/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Run integration test'
description: 'Runs integration test for the specified test file, repository, and porter cluster.'

inputs:
input:
yaml_file:
description: 'The path to the integration test file.'
required: true
Expand Down Expand Up @@ -35,7 +35,6 @@ runs:
- name: Setup porter
uses: porter-dev/[email protected]
- name: Buildpack test
timeout-minutes: 30
run: exec porter apply -f ${{ input.yaml_file }} --wait
env:
PORTER_HOST: ${{ inputs.host }}
Expand Down

0 comments on commit 34de2e4

Please sign in to comment.