feat(ci): Add testing CI

This commit is contained in:
Tanguy Herbron 2023-08-04 17:47:47 +02:00
parent 714f9c09dd
commit d66364ba14

View File

@ -0,0 +1,15 @@
name: S3 mount container image build
on:
release:
types: [published]
push:
jobs:
build:
runs-on: [arm64]
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "Testing"
- run: ls