Skip to content

Commit

Permalink
Merge pull request #11652 from nanaya/cache-ip2asn
Browse files Browse the repository at this point in the history
Cache ip2asn db on GitHub Action
  • Loading branch information
notbakaneko authored Nov 14, 2024
2 parents 31a7a58 + 80b0fed commit 23e58d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Cache ip2asn
uses: actions/cache@v4
with:
path: database/ip2asn/
key: ip2asn

- run: ./build.sh

- name: Setup indices
Expand Down

0 comments on commit 23e58d8

Please sign in to comment.