File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
zititest/models/circuit-test Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6464 go install -tags=all,tests ./...
6565
6666 - name : Create Test Environment
67+ env :
68+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6769 shell : bash
6870 run : |
6971 echo "ZITI_ROOT=$(go env GOPATH)/bin" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 6262 go install -tags=all,tests ./...
6363
6464 - name : Create Test Environment
65+ env :
66+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6567 shell : bash
6668 run : |
6769 echo "ZITI_ROOT=$(go env GOPATH)/bin" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
3636 "github.com/openziti/ziti/zititest/zitilab/validations"
3737)
3838
39- var DefaultVersion = "v1.7.0 "
39+ var DefaultVersion = ""
4040var ClientRoutersVersion = ""
4141var HostRoutersVersion = ""
4242
@@ -48,7 +48,7 @@ const (
4848 TestModeHostBackwardsCompatibility = "host-backwards-compatibility"
4949)
5050
51- var mode testMode = TestModeHostBackwardsCompatibility
51+ var mode testMode = TestModeDefault
5252
5353var entityCounts = map [string ]uint32 {
5454 "loop-client" : 1 ,
You can’t perform that action at this time.
0 commit comments