Skip to content

Commit d2fa6d0

Browse files
temp: add debug
1 parent 0a7717d commit d2fa6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
# Presence of colorama is a heuristic for the env having all packages
151151
run: |
152152
. venv/bin/activate
153+
echo {{ steps.cache-projects.outputs.cache-hit }}
153154
if echo {{ steps.cache-projects.outputs.cache-hit }} | grep -c "true" && python -m pip show colorama
154155
then
155156
echo "Cache hit: skipping primer clone command"

0 commit comments

Comments
 (0)