Added a test workflow to test our new runner
Run tests / Execute tox to run the test suite (push) Successful in 3m28s
Run tests / Execute tox to run the test suite (push) Successful in 3m28s
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user