Skip to content

Commit

Permalink
ci: Run standard output tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Aug 12, 2023
1 parent 688069c commit f446e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
args: release --clean --snapshot --skip-publish

# Output tests
- name: Normal Output Test
run: go run main.go -- main.go
# ref. https://github.com/gfx/example-github-actions-with-tty
- name: Colored Output Test
if: runner.os == 'Linux'
Expand Down

0 comments on commit f446e33

Please sign in to comment.