Skip to content

Commit

Permalink
ha quickstart test
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Nov 15, 2024
1 parent 12f8112 commit 8e293db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e293db

Please sign in to comment.