Skip to content

Commit

Permalink
temp(carbon): disable test action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTFM committed Nov 23, 2023
1 parent 79278b5 commit 8b64d8c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# 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/[email protected]
Expand Down

0 comments on commit 8b64d8c

Please sign in to comment.