Skip to content

Commit 5d840f5

Browse files
Copilotlengau
andcommitted
Add test step to PR workflows
Co-authored-by: lengau <4305943+lengau@users.noreply.github.com>
1 parent 25055f2 commit 5d840f5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/pull-request-armhf.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
13-
build-arm:
14-
name: 🧪 Build snap on arm64
13+
build-and-test:
14+
name: 🧪 Build and test snap on arm64
1515
runs-on: ubuntu-24.04-arm
1616
steps:
1717
- name: 🧪 Build snap on arm64
1818
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ jobs:
1818
steps:
1919
- name: 🧪 Build snap
2020
uses: snapcrafters/ci/test-snap-build@main
21+
- name: 🗒️ Run tests
22+
uses: snapcrafters/ci/run-tests@main
23+
with:
24+
test-script: ./test.sh

0 commit comments

Comments
 (0)