remove build from test, add cd path
This commit is contained in:
parent
6c80e0baab
commit
c23172dbde
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -35,15 +35,12 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.17.0
|
||||
- name: Build
|
||||
- name: Unit Testing Frontend
|
||||
run: |
|
||||
pip install $(grep "pre-commit" engine/requirements.txt)
|
||||
npm install -g yarn
|
||||
cd grafana-plugin/
|
||||
yarn --network-timeout 500000
|
||||
yarn build
|
||||
- name: Unit Testing Frontend
|
||||
run: |
|
||||
yarn test
|
||||
|
||||
test-technical-documentation:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue