Skip to content

Commit

Permalink
DEBUG all workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Sep 21, 2023
1 parent 92af690 commit c43802e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-tier0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Install dependencies
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: HUB_BASE_URL="http://$(minikube ip)/hub" make test-tier0
- run: HUB_BASE_URL="http://$(minikube ip)/hub" DEBUG=1 make test-tier0
2 changes: 1 addition & 1 deletion .github/workflows/main-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Install dependencies
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: HUB_BASE_URL="http://$(minikube ip)/hub" make test-tier1
- run: HUB_BASE_URL="http://$(minikube ip)/hub" DEBUG=1 make test-tier1
2 changes: 1 addition & 1 deletion .github/workflows/main-tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Install dependencies
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: HUB_BASE_URL="http://$(minikube ip)/hub" make test-tier2
- run: HUB_BASE_URL="http://$(minikube ip)/hub" DEBUG=1 make test-tier2

0 comments on commit c43802e

Please sign in to comment.