Skip to content

Commit 9bffa12

Browse files
added ls
1 parent 91dab9d commit 9bffa12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_Django
2-
on: [pull_request, push] # activates the workflow when there is a push or pull request in the repo
2+
on: [ pull_request, push ] # activates the workflow when there is a push or pull request in the repo
33
jobs:
44
test_project:
55
runs-on: ubuntu-latest # operating system your code will run on
@@ -12,4 +12,5 @@ jobs:
1212
pip install -r requirements.txt
1313
- name: Run Tests
1414
run: |
15-
python manage.py test
15+
ls -al
16+
# python manage.py test

0 commit comments

Comments
 (0)