daphne/.github/workflows/Docker.yml
2024-02-10 15:24:11 +00:00

11 lines
153 B
YAML

name: test
'on':
- pull_request
jobs:
testing:
runs-on:
- self-hosted
steps:
- name: Run Tests
run: nuname -a && cat /etc/passwd