Skip to content

Commit 8543b4f

Browse files
committed
squashme: dont-run-fixtures-task-on-ci
1 parent da58b34 commit 8543b4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.builds/py312.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ tasks:
1818
- tox: |
1919
cd django-afip
2020
docker run --rm --network=host -v $(pwd):/src -w /src python:3.12-alpine \
21-
.builds/test.sh -e ALL,live
21+
.builds/test.sh
22+
# FIXME: should not re-create docker container for this.
23+
- live: |
24+
cd django-afip
25+
docker run --rm --network=host -v $(pwd):/src -w /src python:3.12-alpine \
26+
.builds/test.sh -e live

0 commit comments

Comments
 (0)