Skip to content

Commit

Permalink
Test self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrains1 committed Feb 21, 2024
0 parents commit 5278d84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-runner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Self-hosted runners test
on:
push:

jobs:
No-container:
runs-on: self-hosted-compute
steps:
- run: cat /etc/os-release
#With-container:
# runs-on: self-hosted-compute
# container: alpine
# steps:
# - run: cat /etc/os-release

0 comments on commit 5278d84

Please sign in to comment.