Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Jun 15, 2024
1 parent a3b2909 commit e3b5162
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
with:
use_lxd: true

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: snapcraft --use-lxd
id: snapcraft
uses: snapcore/action-build@v1

# - name: Upload
# uses: actions/upload-artifact@v3
# with:
# name: coverage
# path: coverage.pdf
- uses: actions/upload-artifact@v3
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}

0 comments on commit e3b5162

Please sign in to comment.