Skip to content

Commit ce22198

Browse files
mssolafelixsch
authored andcommitted
ci: Add a workflow for test-yast
Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent c3085c9 commit ce22198

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/yast.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: YaST integration tests
2+
on: [pull_request]
3+
4+
jobs:
5+
yast:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
10+
- name: Setup Go
11+
run: go mod vendor
12+
13+
- name: Run test-yast
14+
run: make test-yast

0 commit comments

Comments
 (0)