Skip to content

Commit

Permalink
add test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 5, 2024
1 parent b06b194 commit f19d2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
repository: porter-dev/app-integration-tests
ref: refs/heads/main
- name: Dockerfile test
uses: ./.github/actions/tests
uses: ./.github/actions
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
Expand All @@ -45,7 +45,7 @@ jobs:
repository: porter-dev/app-integration-tests
ref: refs/heads/main
- name: Docker image test
uses: ./.github/actions/tests
uses: ./.github/actions
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
Expand All @@ -63,7 +63,7 @@ jobs:
repository: porter-dev/app-integration-tests
ref: refs/heads/main
- name: Dockerfile test
uses: ./.github/actions/tests
uses: ./.github/actions
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
Expand Down

0 comments on commit f19d2e1

Please sign in to comment.