aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 18:23:12 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 18:23:12 +0200
commit51d13a2ec1517d150ae4b2e970ed8e50df65f246 (patch)
tree285a324d3d73fd675387a542f735d9b4d5dbe853 /.github
parentci: add GH actions build and SonarScanner (diff)
downloadrefinery-51d13a2ec1517d150ae4b2e970ed8e50df65f246.tar.gz
refinery-51d13a2ec1517d150ae4b2e970ed8e50df65f246.tar.zst
refinery-51d13a2ec1517d150ae4b2e970ed8e50df65f246.zip
ci: trying to fix build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d674bae0..4b35fa5b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,8 @@ jobs:
36 - name: Cache npm packages 36 - name: Cache npm packages
37 uses: actions/cache@v2 37 uses: actions/cache@v2
38 with: 38 with:
39 path: **/node_modules 39 path: |
40 **/node_modules
40 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 41 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
41 restore-keys: ${{ runner.os }}-npm 42 restore-keys: ${{ runner.os }}-npm
42 - name: Gradle build 43 - name: Gradle build