Added a test workflow to test our new runner
Run tests / Execute tox to run the test suite (push) Successful in 3m28s

This commit is contained in:
2026-05-21 08:57:14 +02:00
parent 56a0a00e98
commit d733addf64
+13
View File
@@ -0,0 +1,13 @@
name: Test new gitea runner
on:
workflow_dispatch:
jobs:
test-runner:
name: Test our runner
runs-on: [django-dav-events, kitty]
steps:
- name: "Show environment variables"
run: env
- name: "Show working directory"
run: pwd