Skip to content

Commit

Permalink
Some setup fixes to fvm cli smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtelan committed Nov 11, 2023
1 parent 809eda6 commit cb0cf89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,12 +1070,13 @@ jobs:
if: matrix.test == 'fvm'
timeout-minutes: 20
run: |
rm -rf ~/.fvm
make FVM_BIN=~/bin/fvm HUB_REGISTRY_URL="https://hub-dev.infinyon.cloud" cli-fvm-smoke
- name: Run diagnostics
if: ${{ !success() }}
timeout-minutes: 5
run: fluvio cluster diagnostics --k8
run: ~/.fluvion/bin/fluvio cluster diagnostics --k8
- name: Upload diagnostics
uses: actions/upload-artifact@v3
timeout-minutes: 5
Expand Down

0 comments on commit cb0cf89

Please sign in to comment.