Skip to content

Commit 237a9e1

Browse files
committed
Put back the FROM_DOCKER_IMAGE in docker command
Signed-off-by: tdruez <[email protected]>
1 parent cb8aa53 commit 237a9e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-unit-tests-docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ permissions:
1313
jobs:
1414
run-unit-tests:
1515
runs-on: ubuntu-24.04
16-
env:
17-
FROM_DOCKER_IMAGE: "1"
1816

1917
steps:
2018
- name: Checkout code
@@ -27,4 +25,4 @@ jobs:
2725
run: docker compose up -d
2826

2927
- name: Run tests
30-
run: docker compose run web python ./manage.py test --verbosity=2 --noinput
28+
run: docker compose run -e FROM_DOCKER_IMAGE=1 web python ./manage.py test --verbosity=2 --noinput

0 commit comments

Comments
 (0)