Skip to content

Commit 48c4753

Browse files
committed
fix: env var
1 parent 27a7242 commit 48c4753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Install python libraries
3939
run: pip3 install --user -r backend/requirements.txt
4040

41-
- name: Build the Docker image and run tests
41+
- name: run tests
4242
run: cd backend && python -m unittest discover -s tests

0 commit comments

Comments
 (0)