Skip to content

Commit

Permalink
ci: run git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Aug 11, 2021
1 parent 69230e4 commit 89a060b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- run: docker pull golang:1.16
- run: make wait
- run: make test-${{matrix.suite}}
- run: git diff
- name: controller logs
if: ${{ failure() }}
run: kubectl -n argo-dataflow-system logs deploy/controller-manager -c manager

0 comments on commit 89a060b

Please sign in to comment.