Skip to content

Commit f527b33

Browse files
committed
test GHA cache in the PR
1 parent 9f25f8d commit f527b33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
echo "USE_CACHE=0" >> $GITHUB_ENV
9494
fi
9595

96+
# TODO: revert me before merging; this is to test the cache restore in the PR
97+
echo "USE_CACHE=1" >> $GITHUB_ENV
98+
9699
- name: Dump environment
97100
run: |
98101
env

0 commit comments

Comments
 (0)