We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dab9d commit 9bffa12Copy full SHA for 9bffa12
.github/workflows/testing.yml
@@ -1,5 +1,5 @@
1
name: test_Django
2
-on: [pull_request, push] # activates the workflow when there is a push or pull request in the repo
+on: [ pull_request, push ] # activates the workflow when there is a push or pull request in the repo
3
jobs:
4
test_project:
5
runs-on: ubuntu-latest # operating system your code will run on
@@ -12,4 +12,5 @@ jobs:
12
pip install -r requirements.txt
13
- name: Run Tests
14
run: |
15
- python manage.py test
+ ls -al
16
+# python manage.py test
0 commit comments