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 72ce8b8 commit 98ce546
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
repository: porter-dev/js-test-app
ref: refs/heads/master
yaml_file: ./integration_tests/buildpack.yaml
- name: Checkout code
uses: actions/checkout@v4
js-test-app-dockerfile:
runs-on: ubuntu-latest
steps:
Expand All @@ -34,6 +36,8 @@ jobs:
repository: porter-dev/js-test-app
ref: refs/heads/master
yaml_file: ./integration_tests/dockerfile.yaml
- name: Checkout code
uses: actions/checkout@v4
nginx-latest:
runs-on: ubuntu-latest
steps:
Expand All @@ -48,4 +52,6 @@ jobs:
token: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
repository: porter-dev/porter
ref: refs/heads/master
yaml_file: ./integration_tests/nginx.yaml
yaml_file: ./integration_tests/nginx.yaml
- name: Checkout code
uses: actions/checkout@v4

0 comments on commit 98ce546

Please sign in to comment.