Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Nov 8, 2023
1 parent 14c9ecd commit b239a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: e2e
run: |
export E2E_DOCKER_CONFIG_JSON_SECRET=`cat ~/.docker/config.json| base64 -w 0`
make e2e E2EARGS="-labels category=tools -v=5"
go help
go version
make e2e E2EARGS="-labels category=tools -v=5"
env:
E2E_OPERATOR_IMAGE: reg.vesoft-inc.com/cloud-dev/nebula-operator:snap-1.25
E2E_OPERATOR_INSTALL: "false"
Expand Down

0 comments on commit b239a3b

Please sign in to comment.