Skip to content

Commit eeac0d7

Browse files
authored
Merge pull request #13 from sarus-suite/unified-vs-test
adding unified vservice test
2 parents 5981681 + 537304f commit eeac0d7

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: Run on Zinal
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
build:
9+
runs-on: zinal
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
14+
- name: Run a script
15+
run: |
16+
echo "Hello from zinal runner!"
17+
uname -a
18+

0 commit comments

Comments
 (0)