This commit is contained in:
parent
29fad0e4c0
commit
9c32883997
@ -7,11 +7,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container:
|
container:
|
||||||
image: therbron/runner-images:latest
|
image: debian:stable-slim
|
||||||
runs-on: [arm64]
|
runs-on: [arm64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Check content
|
- name: Check content
|
||||||
run: ls
|
run: ls
|
||||||
|
- name: Echo message
|
||||||
|
run: echo "Hello world"
|
||||||
|
- name: Show path
|
||||||
|
run: pwd
|
||||||
|
Loading…
Reference in New Issue
Block a user