Skip to content

Commit

Permalink
Simple test for Self-Hosted runner (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Jan 18, 2024
1 parent 34dad92 commit d0b91b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Set of tests for Self-Hosted RISC-V runner

on: [workflow_dispatch, pull_request]

jobs:
run:
runs-on: self-hosted

steps:
- name: CPU info
run: |
uname -m
cat /proc/cpuinfo
- name: OS info
run: cat /etc/os-release

0 comments on commit d0b91b5

Please sign in to comment.