diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e04ab7c..482aa9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,10 @@ jobs: go-version: '1.21.4' - name: Install Mage - run: go get -u -d github.com/magefile/mage + run: | + cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource + go get -u -d github.com/magefile/mage + go run github.com/magefile/mage - name: Build backend if: steps.check-for-backend.outputs.has-backend == 'true'