mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:39:08 +00:00
Remove unnecessary npm build step
This commit is contained in:
committed by
GitHub
parent
8e8abe7d37
commit
8cf4e8d779
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -67,10 +67,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build
|
||||
run: npm run build --if-present
|
||||
run: npm clean-install
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user