Skip to content

Commit

Permalink
Add CI cache.
Browse files Browse the repository at this point in the history
Signed-off-by: ghosind <[email protected]>
  • Loading branch information
ghosind committed Jul 31, 2024
1 parent aa54694 commit c9ca43f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache downloaded files
uses: actions/cache@v4
with:
path: download
key: ${{ runner.os }}-cache

- name: Run test cases
run: |
./test/test_install_version.sh
Expand Down

0 comments on commit c9ca43f

Please sign in to comment.