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 bd82fe0 commit 83e74fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: porter-dev/[email protected]
- name: Buildpack test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/buildpack.yaml
run: exec porter apply -f ./integration_tests/buildpack.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
Expand All @@ -34,7 +34,7 @@ jobs:
uses: porter-dev/[email protected]
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/dockerfile.yaml
run: exec porter apply -f ./integration_tests/dockerfile.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
Expand All @@ -49,7 +49,7 @@ jobs:
uses: porter-dev/[email protected]
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/nginx.yaml
run: exec porter apply -f ./integration_tests/nginx.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v2
name: nginx-latest
services:
- name: web
run: ""
run: "bad"
type: web
port: 80
image:
Expand Down

0 comments on commit 83e74fc

Please sign in to comment.