-
Notifications
You must be signed in to change notification settings - Fork 143
40 lines (38 loc) · 1.21 KB
/
quickstart.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: "Quickstart"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Quickstart
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 12288
temp-reserve-mb: 12288
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: vindard
- uses: carvel-dev/setup-action@v1
with:
only: ytt, vendir
- name: Test quickstart
run: |
export COMPOSE_PROJECT_NAME="galoy-dev"
cd quickstart
./bin/bump-galoy-git-ref.sh ${{ github.event.pull_request.head.sha }}
./bin/bump-galoy-image-digest.sh api local
./bin/bump-galoy-image-digest.sh trigger local
./bin/bump-galoy-image-digest.sh notifications local
./bin/bump-mongodb-migrate-image-digest.sh local
./bin/re-render.sh
GALOY_QUICKSTART_PATH="./" docker compose up -d
./bin/quickstart.sh