Files
test-tmate/.gitea/workflows/tmate.yml
lukas 8313b3a389
Some checks failed
CI / container-test-job (push) Failing after 1s
Update .gitea/workflows/tmate.yml
2025-07-26 18:29:09 +00:00

12 lines
310 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:
- uses: https://git.phyllo.me/actions/checkout@v4
- name: Setup tmate session
- uses: https://github.com/mxschmitt/action-tmate@v3