Skip to content

Commit 9241819

Browse files
committed
[workflow] Add a workflow to test actions components
Signed-off-by: Manu Bretelle <[email protected]>
1 parent 81623dd commit 9241819

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Test actions"
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
push:
7+
branches:
8+
- master
9+
10+
jobs:
11+
test_run_qemu:
12+
name: Test run-qemu
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v3
17+
- name: Test print_test_summary
18+
run: ./run-qemu/print_test_summary.py -j run-qemu/fixtures/test_progs.json -s "${GITHUB_STEP_SUMMARY}"

0 commit comments

Comments
 (0)