mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Test Commit
This commit is contained in:
parent
df0680c9ad
commit
2aa60beaa3
10
.github/workflows/Docker.yml
vendored
Normal file
10
.github/workflows/Docker.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: test
|
||||||
|
'on':
|
||||||
|
- pull_request
|
||||||
|
jobs:
|
||||||
|
testing:
|
||||||
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
steps:
|
||||||
|
- name: Run Tests
|
||||||
|
run: nuname -a && cat /etc/passwd
|
Loading…
Reference in New Issue
Block a user