diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 4615ae47487..b3b0bc1cf58 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -39,13 +39,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - 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 }} \ No newline at end of file + - 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 \ No newline at end of file