From 8e293db82dba069d967d83b77b9952923bd24671 Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:53:51 -0500 Subject: [PATCH] ha quickstart test --- .github/workflows/test-quickstart.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/test-quickstart.yml b/.github/workflows/test-quickstart.yml index f2deeaedf..142213fcf 100644 --- a/.github/workflows/test-quickstart.yml +++ b/.github/workflows/test-quickstart.yml @@ -84,3 +84,19 @@ jobs: ls -lAn ${GOCACHE:-${HOME}/.cache/go-build}/ ${GOPATH:-${HOME}/go}/pkg/mod/ docker compose --profile test logs exit 0 + + haQuickstartTest: + name: Test HA Quickstart + runs-on: ubuntu-latest + steps: + - name: Shallow checkout + uses: actions/checkout@v4 + + - name: Install Go + uses: actions/setup-go@v5 + with: + go-version-file: ./go.mod + + - name: Build and run a three quickstart in HA mode + shell: bash + run: ./quickstart/test/ha-test.zsh \ No newline at end of file