fix test action

This commit is contained in:
maximo tejeda 2024-02-08 15:06:09 -04:00
parent 45153ff391
commit 88feba3e05

View File

@ -21,11 +21,4 @@ jobs:
run: |
export GOPATH="$HOME/go/"
export GOBIN=$PATH:GOPATH/bin
go test -v ./... > report.xml
- name: Test Sumary
uses: test-summary/action@v1
with:
paths: |
${{ env.MICROSERVICE_LOCATION }}/report.xml
if: always()
go test -v ./...