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 30f84b5 commit bd82fe0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ jobs:
- name: Dockerfile test
timeout-minutes: 30
run: exec porter apply -f ./integration_tests/dockerfile.yaml
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PROJECT: "301"
PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
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
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
Expand Down
10 changes: 10 additions & 0 deletions integration_tests/nginx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: v2
name: nginx-latest
services:
- name: web
run: ""
type: web
port: 80
image:
repository: nginx
tag: latest

0 comments on commit bd82fe0

Please sign in to comment.