Files
test-tmate/.gitea/workflows/tmate.yml
lukas 2614be98ff
Some checks failed
CI / container-test-job (push) Failing after 4s
Update .gitea/workflows/tmate.yml
2025-07-26 18:30:38 +00:00

11 lines
237 B
YAML

name: CI
on:
push:
branches: [ main ]
jobs:
container-test-job:
runs-on: ubuntu-latest
container: git.phyllo.me/roots/fedora-iso-creation:42
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3