Skip to content

Commit 5ef3daf

Browse files
committed
Updated the tests to run by python not poetry run python
1 parent 633d8ff commit 5ef3daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: docker compose -f docker/docker-compose.yml run --rm web npm run test
2929

3030
- name: Run Console test
31-
run: docker compose -f docker/docker-compose.yml run --rm console poetry run python test.py
31+
run: docker compose -f docker/docker-compose.yml run --rm console python test.py

0 commit comments

Comments
 (0)