Skip to content

Commit

Permalink
fix(dumps): unify output path for dumper in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemTrofimushkin committed Oct 25, 2021
1 parent c4c66a1 commit e134fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Run tests
run: |
make test-unit
integration-tests:
name: Integration tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Build dumper
working-directory: ./dumper
run: |
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v .
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -o bin/dumper .
- name: Docker build and push
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit e134fb9

Please sign in to comment.