Skip to content

Commit

Permalink
Fix for Build and test frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 4, 2023
1 parent 9f5a6c3 commit c924424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:


- name: Build and test frontend
run: npm run build
run: |
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource
npm run build
# - name: Check for backend
# id: check-for-backend
Expand Down

0 comments on commit c924424

Please sign in to comment.