Skip to content

Commit

Permalink
updated build.yml - disabled cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed May 10, 2024
1 parent 4aedaad commit 6bbd677
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@ jobs:
# pip install sphinx_rtd_theme
# scripts/doc

- name: Cache Sqlite
id: cache-sqlite
uses: actions/cache@v4
with:
path: ~/.ceurws
key: ceurws
# - name: Cache Sqlite
# id: cache-sqlite
# uses: actions/cache@v4
# with:
# path: ~/.ceurws
# key: ceurws

- name: fill sqlite
if: steps.cache-sqlite.outputs.cache-hit != 'true'
run: |
scripts/getVolumeIndexPages
ceur-ws --recreate
- name: save Sqlite
id: saveSqlite
uses: actions/cache/save@v4
with:
path: ~/.ceurws
key: ceurws
# - name: save Sqlite
# id: saveSqlite
# uses: actions/cache/save@v4
# with:
# path: ~/.ceurws
# key: ceurws

- name: Run tests
# Run tox using the version of Python in `PATH`
Expand Down

0 comments on commit 6bbd677

Please sign in to comment.