check network in runners #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Actions Runner Controller Demo | |
on: | |
push: | |
jobs: | |
Explore-GitHub-Actions: | |
runs-on: arc-runner-set | |
steps: | |
- run: echo "🎉 This job uses runner scale set runners!" | |
ping_site: | |
runs-on: ubuntu-latest | |
name: Ping the site | |
steps: | |
- name: curl | |
uses: enflo/curl-action@master | |
with: | |
curl: http://192.168.31.206 |