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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- name: Build
|
||||||
- run: npm run build --if-present
|
run: |
|
||||||
- run: npm test
|
npm ci
|
||||||
|
npm run build --if-present
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
npm test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user