Skip to content

Commit

Permalink
fix(ci): functional test fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
matthew-hagemann committed Oct 11, 2023
1 parent d59e916 commit 96b1741
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
name: Functional tests
runs-on: ubuntu-latest
needs:
- lib-check
- unit-test
- lint
steps:
Expand All @@ -45,7 +44,9 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@4e959f8e0d9c5feb27d44c5e4d9a330a782edee0
- name: Run tests
run: tox -e functional
run: |
cd vm_operator
tox -e functional
integration-test:
name: Integration tests
Expand Down

0 comments on commit 96b1741

Please sign in to comment.