Test update path

This commit is contained in:
Martin Berg Alstad 2023-07-16 20:55:24 +02:00 committed by GitHub
parent 8f71328c78
commit cf195e8e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
defaults: defaults:
run: run:
working-directory: ClientApp working-directory: pac-man-board-game/ClientApp
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -27,9 +27,7 @@ jobs:
cache: 'npm' cache: 'npm'
cache-dependency-path: '**/package-lock.json' cache-dependency-path: '**/package-lock.json'
- name: Install - name: Install
run: | run: npm ci
ls -la
npm ci
- name: Build - name: Build
run: npm run build --if-present run: npm run build --if-present
- name: Tests - name: Tests