Skip to content

Commit af468d1

Browse files
committed
Add kubernetes config to deploy in desktop
1 parent 74302e4 commit af468d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
pytest --cov=backend/api --cov-report=term-missing backend/tests/test_main.py
3232
33-
name: Install frontend dependencies
33+
- name: Install frontend dependencies
3434
run: |
3535
pip install -r ./frontend/requirements.txt
3636

0 commit comments

Comments
 (0)