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

View File

@ -27,7 +27,9 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install
run: npm ci
run: |
ls -la
npm ci
- name: Build
run: npm run build --if-present
- name: Tests