Skip to content

feat: poc for boltcard #635

feat: poc for boltcard

feat: poc for boltcard #635

Workflow file for this run

name: "Quickstart"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Quickstart
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: carvel-dev/setup-action@v1
with:
only: ytt, vendir
- name: Test quickstart
run: |
cd quickstart
./bin/bump-galoy-git-ref.sh ${{ github.event.pull_request.head.sha }}
./bin/bump-galoy-image-digest.sh local
./bin/bump-mongodb-migrate-image-digest.sh local
make re-render
source .envrc
docker compose up -d
./bin/quickstart.sh