pipeline runner
All checks were successful
Image builder / build (push) Successful in 23s

This commit is contained in:
Tanguy Herbron 2023-08-05 22:04:28 +02:00
parent f3d54e7674
commit 117a41307f

View File

@ -7,11 +7,9 @@ on:
jobs:
build:
container:
image: node:16-bullseye
image: git.halis.io/athens-school/runner-images:debian12.1-node18
runs-on: [arm64]
steps:
- name: Check content
run: ls
- name: Echo message
run: echo "Hello world"
- name: Checkout repository
uses: actions/checkout@v3