Skip to content

Commit

Permalink
ci(github): fix unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Dec 28, 2024
1 parent d2a29c3 commit 61389cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: td-linux-amd64
path: ./bin/td
path: ./bin

- name: Run Unit Tests
run: |
ls -laR
mv ./bin/td-linux-amd64 ./bin/td
chmod +x ./bin/td
go test -v ./...
Expand Down

0 comments on commit 61389cf

Please sign in to comment.