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:
|
||||
push:
|
||||
branches:
|
||||
- main # Or your desired branch
|
||||
|
||||
branches: [ main ]
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: git.phyllo.me/roots/fedora-iso-creation:42
|
||||
container-test-job:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:18
|
||||
env:
|
||||
NODE_ENV: development
|
||||
ports:
|
||||
- 80
|
||||
volumes:
|
||||
- my_docker_volume:/volume_mount
|
||||
options: --cpus 1
|
||||
steps:
|
||||
- name: Setup tmate session
|
||||
uses: https://github.com/mxschmitt/action-tmate@v3
|
||||
- name: Check for dockerenv file
|
||||
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
|
Reference in New Issue
Block a user