Skip to content

Commit

Permalink
try an alternative port scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jan 17, 2024
1 parent 2cf010c commit f69a78c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
env:
ZITI_QUICK_TAG: local
ARTIFACTS_DIR: ${{ github.workspace }}/build
ZITI_CTRL_EDGE_ADVERTISED_PORT: 1281
ZITI_ROUTER_PORT: 3023
steps:
- name: Shallow checkout
uses: actions/checkout@v3
Expand All @@ -53,8 +55,8 @@ jobs:
- name: Build ziti executable
shell: bash
run: |
mkdir -pv ${{ env.ARTIFACTS_DIR }}
go build -o ${{ env.ARTIFACTS_DIR }} ./...
mkdir -pv ${ARTIFACTS_DIR}
go build -o ${ARTIFACTS_DIR} ${GITHUB_WORKSPACE}/...
- name: Run the all-in-one quickstart with locally-built ziti executable
shell: bash
Expand Down

0 comments on commit f69a78c

Please sign in to comment.