Skip to content

Commit

Permalink
キャッシュできた〜!
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed May 31, 2024
1 parent 9e02f5b commit cbc5061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
with:
python-version: '3.x'
cache: 'pip'
cache-dependency-path: ''

- name: Install dependencies
run: |
pip install -U pip
pip install -r requirements.txt
- name: Cache judge data
- name: Restore cached judge data
uses: actions/cache@v4
with:
path: |
Expand All @@ -36,10 +35,9 @@ jobs:
~/.local/share/online-judge-tools/
key: cache-judge-data

- name: Run tests
- run: oj-verify all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
run: oj-verify all

- run: git switch main
3 changes: 1 addition & 2 deletions .verify-helper/timestamps.remote.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"test/FPS/FFT.test.cpp": "2024-05-31 19:00:40 +0900",
"test/FPS/FFT_fast.test.cpp": "2024-05-31 19:00:40 +0900",
"test/data-structure/BIT.test.cpp": "2024-05-31 19:00:40 +0900",
"test/data-structure/FastSet.test.cpp": "2024-05-31 19:00:40 +0900",
Expand All @@ -13,4 +12,4 @@
"test/string/SuffixArray.test.cpp": "2024-05-31 19:00:40 +0900",
"test/string/Zalgorithm.test.cpp": "2024-05-31 19:00:40 +0900",
"test/template.test.cpp": "2024-05-31 23:58:41 +0900"
}
}

0 comments on commit cbc5061

Please sign in to comment.