Skip to content

Commit

Permalink
check if tests work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Sep 20, 2024
1 parent 316f7cc commit 78000cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-informing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if [[ "${{ matrix.patch }}" == "moonray" ]]; then
export TEST_IPV6_ONLY="true"
fi
cd tests/integration && sg lxd -c 'tox -e integration'
cd tests/integration && sg lxd -c 'tox -e integration -- -k test_version_upgrades'
- name: Prepare inspection reports
if: failure()
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Test the latest (up to) 6 releases
TEST_VERSION_UPGRADE_CHANNELS: "recent 6 classic"
run: |
cd tests/integration && sg lxd -c 'tox -e integration
cd tests/integration && sg lxd -c 'tox -e integration -- -k test_version_upgrades'
- name: Prepare inspection reports
if: failure()
run: |
Expand Down

0 comments on commit 78000cb

Please sign in to comment.