remove build from test, add cd path

This commit is contained in:
Rares Mardare 2022-10-20 17:42:09 +03:00
parent 6c80e0baab
commit c23172dbde

View file

@ -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: