We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ccb12 commit 4576b8fCopy full SHA for 4576b8f
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
python -m pip install --upgrade pip
37
pip install -r backend/requirements.txt
38
39
- - name: Run Tests
+ - name: Run Test
40
working-directory: ./backend
41
env:
42
MONGO_URI: "mongodb://localhost:27017/jreport"
0 commit comments