Skip to content

Commit

Permalink
Changed Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 4, 2023
1 parent edcea38 commit 9f5a6c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@ jobs:
- run: go version

- name: Install dependencies
run: npm ci
run: |
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource
npm install
npm ci
npm run typecheck
npm run lint
npm run test:ci
npm run build
shell: bash


- name: Build and test frontend
run: npm run build
Expand Down

0 comments on commit 9f5a6c3

Please sign in to comment.