Skip to content

Fix build script of MVP frontend client #21

Fix build script of MVP frontend client

Fix build script of MVP frontend client #21

Workflow file for this run

name: Build graph
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Cache OSM and elevation data
uses: actions/cache@v4
with:
path: |
data/srtm*
data/italy-nord-est.osm.pbf
key: input-data-${{ github.GITHUB_REF_NAME }}
- run: ./build-graph.sh