Skip to content

Commit 05b1575

Browse files
committed
serial run
1 parent 65d8674 commit 05b1575

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

e2e_batch/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ PARALLEL_WORKERS=1
77
print-token:
88
@echo "APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN)"
99

10+
1011
run-immunization-batch:
11-
ENVIRONMENT=$(ENVIRONMENT) poetry run unittest-parallel -v -j $(PARALLEL_WORKERS)
12+
ENVIRONMENT=$(environment) poetry run python -m unittest -v -c
13+
14+
run-immunization-batch1:
15+
ENVIRONMENT=$(ENVIRONMENT) poetry run unittest -v -j $(PARALLEL_WORKERS)

0 commit comments

Comments
 (0)