From a7dbddeac0eaa6a1c7ee957838139f8421a996ff Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 17 Jul 2024 20:42:30 +0200 Subject: [PATCH] Update osrm-backend.yml --- .github/workflows/osrm-backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 0aec3c706..4502f46dc 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -727,6 +727,7 @@ jobs: path: base - name: Build Base Branch run: | + cd base npm ci --ignore-scripts mkdir base/build cd base/build @@ -737,6 +738,7 @@ jobs: make -C test/data - name: Build PR Branch run: | + cd pr npm ci --ignore-scripts mkdir -p pr/build cd pr/build