Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Mougard <gabriel.mougard@canonical.com>
  • Loading branch information
gabrielmougard committed Jul 15, 2024
1 parent 4163931 commit ad66247
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Build snap
run: make $MICROOVN_SNAP

- name: Debug with tmate (if needed)
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v4
Expand Down
5 changes: 5 additions & 0 deletions tests/test_helper/microovn.bash
Original file line number Diff line number Diff line change
Expand Up @@ -498,3 +498,8 @@ function wait_ovsdb_cluster_container_leave() {

return $rc
}

function debug() {
# TODO
return 0
}

0 comments on commit ad66247

Please sign in to comment.