Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Nov 15, 2024
1 parent 6d67ff7 commit 1943470
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
with:
go-version-file: ./go.mod

- name: Build ziti executable
shell: bash
run: |
mkdir -pv /tmp/build
go build -o /tmp/build ${GITHUB_WORKSPACE}/...
- name: Build and run a three quickstart in HA mode
shell: bash
run: ./quickstart/test/ha-test.sh
8 changes: 0 additions & 8 deletions quickstart/test/ha-test.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
cd ~/git/github/openziti/nf/ziti/quickstart/docker/all-in-one

export GITHUB_WORKSPACE=$(realpath ../../..)
BUILD_DIR=/tmp/build
mkdir -pv ${BUILD_DIR}

cd ${GITHUB_WORKSPACE}
go build -o "${BUILD_DIR}" "./..."
cd -

ctrl_port=2001
router_port=3001
Expand Down

0 comments on commit 1943470

Please sign in to comment.