Skip to content

Commit

Permalink
Added Step to run GO unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 5, 2023
1 parent 5863973 commit a64d407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
mage -v build:linux
working-directory: ${{ github.workspace }}/dfe-azurecostbackend-datasource

- name: Run Go unit tests
if: steps.check-for-backend.outputs.has-backend == 'true'
run: go test ./...
working-directory: /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource

# - name: Warn missing Grafana access policy token
# run: |
# echo Please generate a Grafana access policy token: https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token
Expand Down

0 comments on commit a64d407

Please sign in to comment.