From: Sarah Hoffmann Date: Tue, 2 Feb 2021 09:37:18 +0000 (+0100) Subject: actions: revert to reletive paths for caching X-Git-Tag: v3.7.0~43 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/7ba5283fe8ec7fa93f589f33cd6fe42dbf1eda8c actions: revert to reletive paths for caching --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index be04420a..9bdf1790 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -35,8 +35,8 @@ jobs: - uses: actions/cache@v2 with: path: | - {{ github.workspace }}/data/country_osm_grid.sql.gz - {{ github.workspace }}/monaco-latest.osm.pbf + data/country_osm_grid.sql.gz + monaco-latest.osm.pbf key: nominatim-data-${{ steps.get-date.outputs.date }} - uses: ./.github/actions/setup-postgresql @@ -82,8 +82,8 @@ jobs: - uses: actions/cache@v2 with: path: | - {{ github.workspace }}/data/country_osm_grid.sql.gz - {{ github.workspace }}/monaco-latest.osm.pbf + data/country_osm_grid.sql.gz + monaco-latest.osm.pbf key: nominatim-data-${{ steps.get-date.outputs.date }} - uses: ./.github/actions/setup-postgresql