Skip to content

Commit

Permalink
Change on-ready inspect command order
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Capdevila <pau@githedgehog.com>
  • Loading branch information
pau-hedgehog committed Jan 31, 2025
1 parent 2a8ff50 commit 9009f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
run: |
bin/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=${{ matrix.includeonie }}
bin/hhfab vlab gen -v
bin/hhfab vlab up -v --ready inspect --ready setup-vpcs --ready test-connectivity --ready exit --mode=${{ matrix.buildmode }}
bin/hhfab vlab up -v --ready setup-vpcs --ready inspect --ready test-connectivity --ready exit --mode=${{ matrix.buildmode }}
- name: Dump local registry logs
if: ${{ always() }}
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
HHFAB_REG_REPO: 127.0.0.1:30000
HHFAB_VLAB_COLLECT: true
run: |
bin/hhfab vlab up -v --ready inspect --ready setup-vpcs --ready test-connectivity --ready exit --upgrade
bin/hhfab vlab up -v --ready setup-vpcs --ready inspect --ready test-connectivity --ready exit --upgrade
- name: Upload show-tech artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9009f99

Please sign in to comment.