runtime/.github/workflows/test.yml
Adam Štrauch c397e365dc
Some checks failed
Test build / build (push) Successful in 57s
Image testing / tests (push) Has been cancelled
Test build pipeline
2023-11-26 02:53:10 +01:00

24 lines
422 B
YAML

name: Test build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: [moon, amd64]
container:
image: node:18
# env:
# NODE_ENV: development
# ports:
# - 80
# volumes:
# - my_docker_volume:/volume_mount
# options: --cpus 1
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)