Skip to content

Commit

Permalink
Fix Cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Dec 1, 2021
1 parent c3e4f72 commit b7b41f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
env:
AXIOM_URL: ${{ secrets.TESTING_AZURE_1_STAGING_DEPLOYMENT_URL }}
AXIOM_TOKEN: ${{ secrets.TESTING_AZURE_1_STAGING_ACCESS_TOKEN }}
run: axiom dataset list -f=json | jq '.[] | select(.id | contains("test-axiom-go-")).id' | xargs -n1 axiom dataset delete -f
run: |
go install github.com/axiomhq/cli/cmd/axiom@latest
axiom dataset list -f=json | jq '.[] | select(.id | contains("test-axiom-go-")).id' | xargs -n1 axiom dataset delete -f
- name: Update Coverage
if: matrix.update-coverage
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit b7b41f9

Please sign in to comment.