mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update frontend.yml
This commit is contained in:
parent
1d64a9de4f
commit
6597d491cd
10
.github/workflows/frontend.yml
vendored
10
.github/workflows/frontend.yml
vendored
|
@ -30,6 +30,10 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
- name: Build
|
||||
run: |
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
- name: Test
|
||||
run: |
|
||||
npm test
|
||||
|
|
Loading…
Reference in New Issue
Block a user