mirror of
https://github.com/mandiant/capa.git
synced 2026-01-09 11:45:20 -08:00
fix: add lint and test steps to deploy workflow
This commit is contained in:
6
.github/workflows/deploy-webui.yml
vendored
6
.github/workflows/deploy-webui.yml
vendored
@@ -41,6 +41,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
working-directory: ./webui
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
working-directory: ./webui
|
||||
- name: Run unit tests
|
||||
run: npm run test
|
||||
working-directory: ./webui
|
||||
- name: Build
|
||||
run: npm run build
|
||||
working-directory: ./webui
|
||||
|
||||
Reference in New Issue
Block a user