Skip to content

Commit d0b91b5

Browse files
authored
Simple test for Self-Hosted runner (#1)
1 parent 34dad92 commit d0b91b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Set of tests for Self-Hosted RISC-V runner
2+
3+
on: [workflow_dispatch, pull_request]
4+
5+
jobs:
6+
run:
7+
runs-on: self-hosted
8+
9+
steps:
10+
- name: CPU info
11+
run: |
12+
uname -m
13+
cat /proc/cpuinfo
14+
15+
- name: OS info
16+
run: cat /etc/os-release

0 commit comments

Comments
 (0)