Skip to content

Commit

Permalink
test GHA cache in the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Jan 6, 2025
1 parent d624da1 commit 70651ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
echo "USE_CACHE=0" >> $GITHUB_ENV
fi

# TODO: revert me before merging; this is to test the cache restore in the PR
echo "USE_CACHE=1" >> $GITHUB_ENV

- name: Dump environment
run: |
env
Expand Down

0 comments on commit 70651ea

Please sign in to comment.