Skip to content

Commit c84aba5

Browse files
committed
feat: add ubuntu test workflow
1 parent c73f5d7 commit c84aba5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Ubuntu Test
2+
3+
on:
4+
push:
5+
branches:
6+
- features/workflows
7+
workflow_dispatch:
8+
9+
jobs:
10+
ubunut-test:
11+
runs-on: [self-hosted, ubuntu, linux]
12+
steps:
13+
- uses: actions/checkout@v4
14+
- run: echo "Hello world!"

0 commit comments

Comments
 (0)