Skip to content

Commit

Permalink
basic integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Mar 7, 2024
1 parent 70254da commit 7920bdc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Setup porter
uses: porter-dev/[email protected]
- name: Pull unauthenticated images
run: |
docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest
env:
GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }}
- name: Deploy stack
timeout-minutes: 30
run: exec porter apply
Expand All @@ -25,4 +30,3 @@ jobs:
PORTER_STACK_NAME: integration-test-provisioning
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_8_11 }}
GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }}

0 comments on commit 7920bdc

Please sign in to comment.