Add '.gitea/workflows/bullshit.yaml'

master
nathan 2 years ago
parent c1e967c615
commit f427218dc1

@ -0,0 +1,19 @@
name: CI
on:
push:
branches: [ main ]
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: node:14.16
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)
Loading…
Cancel
Save