Skip to content

Commit

Permalink
tests: seprate core test so it uses Snapcraft 4.x
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <[email protected]>
  • Loading branch information
sergiusens committed Sep 17, 2021
1 parent e8af0bd commit f2f9b1a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
project:
- core
- core18
- core20
steps:
Expand All @@ -34,6 +33,24 @@ jobs:
name: 'snap'
path: ${{ steps.snapcraft.outputs.snap}}

integration-legacy: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
strategy:
matrix:
project:
- core
steps:
- uses: actions/checkout@v2
- uses: ./
id: snapcraft
with:
path: './test-projects/${{ matrix.project }}'
snapcraft-channel: 4.x/stable
- uses: actions/upload-artifact@v2
with:
name: 'snap'
path: ${{ steps.snapcraft.outputs.snap}}

check-runner: # make sure the action works on each VM image
strategy:
matrix:
Expand Down

0 comments on commit f2f9b1a

Please sign in to comment.