Skip to content

Commit

Permalink
test: this change is only for testing
Browse files Browse the repository at this point in the history
Signed-off-by: subhamkrai <srai@redhat.com>
  • Loading branch information
subhamkrai committed Jun 19, 2023
1 parent fbf1e5e commit c40f2f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,20 @@ jobs:
kubectl -n rook-ceph scale deployment rook-ceph-osd-0 --replicas 0
kubectl rook-ceph rook purge-osd 0 --force
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: collect common logs
if: always()
uses: ./.github/workflows/collect-logs
with:
name: go-test

- name: consider debugging
if: failure()
if: always()
uses: mxschmitt/action-tmate@v3

0 comments on commit c40f2f9

Please sign in to comment.