Update .gitea/workflows/tmate.yml
Some checks failed
CI / container-test-job (push) Has been cancelled
Some checks failed
CI / container-test-job (push) Has been cancelled
.
This commit is contained in:
@@ -1,13 +1,19 @@
|
|||||||
name: checkout
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main # Or your desired branch
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
container-test-job:
|
||||||
runs-on: git.phyllo.me/roots/fedora-iso-creation:42
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: node:18
|
||||||
|
env:
|
||||||
|
NODE_ENV: development
|
||||||
|
ports:
|
||||||
|
- 80
|
||||||
|
volumes:
|
||||||
|
- my_docker_volume:/volume_mount
|
||||||
|
options: --cpus 1
|
||||||
steps:
|
steps:
|
||||||
- name: Setup tmate session
|
- name: Check for dockerenv file
|
||||||
uses: https://github.com/mxschmitt/action-tmate@v3
|
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
|
Reference in New Issue
Block a user