Skip to content

Commit

Permalink
use working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adschr committed Dec 18, 2024
1 parent 254ddb5 commit b84aab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: docker build . --file build/docker/Dockerfile --tag ${{ steps.generate-tag.outputs.tag }} --tag solarwinds-otel-collector:latest

- name: Integration Tests
run: find . -name go.mod -execdir go test --tags=integration ./... \; | ( ! grep FAIL )
working-directory: internal/e2e
run: go test -tags=integration


deploy_dockerhub:
Expand Down

0 comments on commit b84aab7

Please sign in to comment.