Skip to content

Commit

Permalink
let all integration test run (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Sep 18, 2024
1 parent 6ee8863 commit de6fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
export TEST_SUBSTRATE=lxd
export TEST_LXD_IMAGE=${{ matrix.os }}
export TEST_INSPECTION_REPORTS_DIR="$HOME/inspection-reports"
cd tests/integration && sg lxd -c 'tox -e integration -- -k test_control_plane_nodes'
cd tests/integration && sg lxd -c 'tox -e integration'
- name: Prepare inspection reports
if: failure()
run: |
Expand Down

0 comments on commit de6fb4f

Please sign in to comment.