We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a7242 commit 48c4753Copy full SHA for 48c4753
.github/workflows/tests.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Install python libraries
39
run: pip3 install --user -r backend/requirements.txt
40
41
- - name: Build the Docker image and run tests
+ - name: run tests
42
run: cd backend && python -m unittest discover -s tests
0 commit comments