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 f7caa0b commit 72ce8b8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup porter
uses: porter-dev/[email protected]
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/nginx.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PROJECT: "301"
PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
- name: Docker image test
uses: ./.github/actions/tests
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
cluster: "142"
token: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
repository: porter-dev/porter
ref: refs/heads/master
yaml_file: ./integration_tests/nginx.yaml

0 comments on commit 72ce8b8

Please sign in to comment.