Skip to content

Commit 3d20133

Browse files
committed
fix archive for unit tests step
1 parent bff871b commit 3d20133

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ silent_test_%: %.html $(TMPDIR) $(VENV)/bin
165165
unit-test: chapter_01.html $(VENV)/bin
166166
SKIP_CHAPTER_SUBMODULES=1 ./tests/update_source_repo.py
167167
source $(VENV)/bin/activate && ./run_test_tests.sh
168+
# this is a hack to make 'Archive the temp dir' step work in CI
169+
echo "tests" > .tmpdir.unit-test
168170

169171
.PHONY: clean
170172
clean:

0 commit comments

Comments
 (0)