Skip to content

chore(ci): Fix GitHub Actions workflow for multi-module Go project#14

Merged
dynamicy merged 1 commit intomasterfrom
ci/fix-github-actions
Mar 13, 2025
Merged

chore(ci): Fix GitHub Actions workflow for multi-module Go project#14
dynamicy merged 1 commit intomasterfrom
ci/fix-github-actions

Conversation

@dynamicy
Copy link
Owner

  • Updated .github/workflows/go.yml to support multiple Go modules.
  • Added go work sync to handle workspace setup.
  • Ensured go mod tidy runs in both tetris and tetris-main.
  • Fixed build steps for separate modules.
  • Updated test coverage paths for correct upload to Codecov.

- Updated `.github/workflows/go.yml` to support multiple Go modules.
- Added `go work sync` to handle workspace setup.
- Ensured `go mod tidy` runs in both `tetris` and `tetris-main`.
- Fixed build steps for separate modules.
- Updated test coverage paths for correct upload to Codecov.
@dynamicy dynamicy merged commit 23f2d5c into master Mar 13, 2025
1 check failed
@dynamicy dynamicy deleted the ci/fix-github-actions branch March 13, 2025 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant