We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25055f2 commit 5d840f5Copy full SHA for 5d840f5
.github/workflows/pull-request-armhf.yaml
@@ -10,9 +10,13 @@ concurrency:
10
cancel-in-progress: true
11
12
jobs:
13
- build-arm:
14
- name: 🧪 Build snap on arm64
+ build-and-test:
+ name: 🧪 Build and test snap on arm64
15
runs-on: ubuntu-24.04-arm
16
steps:
17
18
uses: snapcrafters/ci/test-snap-build@main
19
+ - name: 🗒️ Run tests
20
+ uses: snapcrafters/ci/run-tests@main
21
+ with:
22
+ test-script: ./test.sh
.github/workflows/pull-request.yaml
@@ -18,3 +18,7 @@ jobs:
- name: 🧪 Build snap
23
24
0 commit comments