mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
actions: revert to reletive paths for caching
This commit is contained in:
8
.github/workflows/ci-tests.yml
vendored
8
.github/workflows/ci-tests.yml
vendored
@@ -35,8 +35,8 @@ jobs:
|
|||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
{{ github.workspace }}/data/country_osm_grid.sql.gz
|
data/country_osm_grid.sql.gz
|
||||||
{{ github.workspace }}/monaco-latest.osm.pbf
|
monaco-latest.osm.pbf
|
||||||
key: nominatim-data-${{ steps.get-date.outputs.date }}
|
key: nominatim-data-${{ steps.get-date.outputs.date }}
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-postgresql
|
- uses: ./.github/actions/setup-postgresql
|
||||||
@@ -82,8 +82,8 @@ jobs:
|
|||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
{{ github.workspace }}/data/country_osm_grid.sql.gz
|
data/country_osm_grid.sql.gz
|
||||||
{{ github.workspace }}/monaco-latest.osm.pbf
|
monaco-latest.osm.pbf
|
||||||
key: nominatim-data-${{ steps.get-date.outputs.date }}
|
key: nominatim-data-${{ steps.get-date.outputs.date }}
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-postgresql
|
- uses: ./.github/actions/setup-postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user