Skip to content

Commit

Permalink
#152 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 11, 2024
1 parent 116374e commit 2e1cb03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ this action expedites the Go publishing process.
## go-test-darwin.yaml

When a Pull Request is made against the `main` branch,
this action runs `go test` with coverage testing.
this action runs `go test` with coverage testing on macOS.

- [Go Test Darwin GitHub action]
- uses:
Expand All @@ -89,7 +89,7 @@ this action runs `go test` with coverage testing.
## go-test-linux.yaml

When a change is committed to GitHub or a Pull Request is made against the `main` branch,
this action runs `go test` with coverage testing.
this action runs `go test` with coverage testing on Linux.

- [Go Test Linux GitHub action]
- uses:
Expand All @@ -102,8 +102,8 @@ this action runs `go test` with coverage testing.

## go-test-windows.yaml

When a change is committed to GitHub or a Pull Request is made against the `main` branch,
this action runs `go test` with coverage testing.
When a Pull Request is made against the `main` branch,
this action runs `go test` with coverage testing on Windows.

- [Go Test Windows GitHub action]
- uses:
Expand Down

0 comments on commit 2e1cb03

Please sign in to comment.