Actions test
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 23s
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 23s
This commit is contained in:
parent
2774f9911a
commit
9a7902ed32
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -5,6 +5,9 @@ jobs:
|
||||||
Explore-GitHub-Actions:
|
Explore-GitHub-Actions:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt update
|
||||||
|
- run: apt install net-tools
|
||||||
|
- run: ip a
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
|
||||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user