Skip to content

Commit 8c360d9

Browse files
committed
test GHA cache in the PR
1 parent e1a252d commit 8c360d9

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
@@ -95,6 +95,9 @@ jobs:
9595
echo "USE_CACHE=0" >> $GITHUB_ENV
9696
fi
9797

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

0 commit comments

Comments
 (0)