Skip to content

Commit

Permalink
github: Add integration testing
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 13, 2023
1 parent 0500240 commit 894beaa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,17 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip tox codecov
set -x
sudo apt-get autopurge moby-containerd docker uidmap -y
sudo ip link delete docker0
sudo nft flush ruleset
sudo snap refresh lxd
sudo adduser "$USER" lxd
sudo lxd init --auto
pip install --upgrade pip tox codecov
- name: Coverage
run: |
Expand All @@ -60,7 +70,7 @@ jobs:
- name: Integration
run: |
exec integration/run-integration-tests
sudo -g lxd integration/run-integration-tests
publish:
name: Publish
Expand Down

0 comments on commit 894beaa

Please sign in to comment.