mirror of
https://github.com/django/daphne.git
synced 2025-02-20 10:10:32 +03:00
11 lines
153 B
YAML
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
|