diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f9f3d6c..53d12d0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -22,15 +22,15 @@ jobs: run: | echo "${{ secrets.GO_MODULE_PRIVATE_KEY }}" > p_key - - name: run tests - run: go test -json ./... > test.json - - - name: Annotate tests - if: always() - uses: guyarb/golang-test-annoations@v0.3.0 - with: - test-results: test.json - package-name: foobar # optional, if using custom package name, github.com/owner/repo stripped from the pathname by default + # - name: run tests + # run: go test -json ./... > test.json + + # - name: Annotate tests + # if: always() + # uses: guyarb/golang-test-annoations@v0.3.0 + # with: + # test-results: test.json + # package-name: foobar # optional, if using custom package name, github.com/owner/repo stripped from the pathname by default - name: GitHub Action for DigitalOcean - doctl uses: digitalocean/action-doctl@v2.1.0