Test build pipeline
Test build / build (push) Successful in 57s Details
Image testing / tests (push) Has been cancelled Details

This commit is contained in:
Adam Štrauch 2023-11-26 02:53:10 +01:00
parent 73b5ce09e3
commit c397e365dc
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,11 @@
name: CI
name: Test build
on:
push:
branches: [ main ]
jobs:
container-test-job:
build:
runs-on: [moon, amd64]
container:
image: node:18
@ -17,3 +19,5 @@ jobs:
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)