Skip to content

Commit

Permalink
Merge pull request #16 from simondeziel/test-tweaks
Browse files Browse the repository at this point in the history
Tweak CI tests
  • Loading branch information
tomponline committed May 31, 2024
2 parents 0104c9b + 71d05f1 commit e815787
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
channel:
- { juju: '2.9', lxd: latest/stable }
- { juju: '3', lxd: latest/stable }
- { juju: '2.9', lxd: 5.21/edge }
- { juju: '3', lxd: latest/edge }

steps:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Launch container
run: |
lxc launch ubuntu:
lxc launch ubuntu-minimal:
channel:
name: Channel
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Launch container
run: |
lxc launch ubuntu:
lxc launch ubuntu-minimal:
latest-stable:
name: Install latest/stable
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Launch container
run: |
lxc launch ubuntu:
lxc launch ubuntu-minimal:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Launch container
run: |
lxc launch ubuntu:22.04 u1
lxc launch ubuntu:24.04 u1
```

## Maintainers
Expand Down

0 comments on commit e815787

Please sign in to comment.