Skip to content

Commit

Permalink
Allow core builds to run on ubuntu-latest during testsuite
Browse files Browse the repository at this point in the history
Signed-off-by: Dani Llewellyn <[email protected]>
  • Loading branch information
Dani Llewellyn committed Mar 2, 2023
1 parent 50bc2aa commit 03fd345
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,16 @@ jobs:
- uses: docker/setup-qemu-action@v2
- uses: actions/checkout@v3
- uses: ./
id: snapcraft
id: snapcraft-core
if: ${{ matrix.base == 'core' }}
with:
path: './test-projects/${{ matrix.base }}'
architecture: ${{ matrix.arch }}
use-podman: ${{ matrix.usePodman }}
args: --tmpfs /sys/fs/cgroup
- uses: ./
id: snapcraft-core18-and-later
if: ${{ matrix.base != 'core' }}
with:
path: './test-projects/${{ matrix.base }}'
architecture: ${{ matrix.arch }}
Expand Down

0 comments on commit 03fd345

Please sign in to comment.