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