Skip to content

add test apps

add test apps #31

Workflow file for this run

"on":
push:
branches:
- dgtown/canary
name: Run integration tests
jobs:
integration-tests:
name: Run integration tests
runs-on: ubuntu-latest
strategy:
matrix:
yaml: ['js-test-app-buildpack', 'js-test-app-dockerfile', 'nginx', 'next-test-app-dockerfile']
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: porter-dev/app-integration-tests
ref: refs/heads/main
- name: Run test
uses: ./.github/actions
with:
host: https://dashboard.internal-tools.porter.run
project: "301"
cluster: "142"
token: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}
yaml_file: ./test-yamls/${{ matrix.yaml }}.yaml