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