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 3724b05 commit 8a995a5
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,27 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Buildpack 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/js-test-app
ref: refs/heads/master
- name: Setup porter
uses: porter-dev/[email protected]
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/dockerfile.yaml --wait
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PROJECT: "301"
PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
yaml_file: ./integration_tests/dockerfile.yaml
nginx-latest:
runs-on: ubuntu-latest
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: Buildpack 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 8a995a5

Please sign in to comment.