Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
6dfaf6cd
Unverified
Commit
6dfaf6cd
authored
Sep 15, 2021
by
Tomas Sebestik
Committed by
GitHub
Sep 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dummy test for self hosted GitHub runners (#5521)
* Add dummy test for self hosted GitHub runners
parent
92ce408f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
.github/workflows/test_selfhosted_runner.yml
.github/workflows/test_selfhosted_runner.yml
+27
-0
No files found.
.github/workflows/test_selfhosted_runner.yml
0 → 100644
View file @
6dfaf6cd
name
:
Test Github action on self hosted RPI runnes
on
:
push
:
branches
:
-
master
pull_request
:
jobs
:
build
:
name
:
Dummy test - self hosted GHR
runs-on
:
self-hosted
steps
:
-
name
:
Check out repo
uses
:
actions/checkout@v2
-
name
:
Test message
1
run
:
echo "This is test message"
-
name
:
Test message
2
run
:
echo "This is test message2"
-
name
:
List directory
run
:
ls
-
name
:
Create copy of README
run
:
cp README.md README2.md
-
name
:
Read README2
run
:
cat README2.md
-
name
:
Delete README2
run
:
rm README2.md
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment