Skip to content

Conversation

@luohoufu
Copy link
Contributor

@luohoufu luohoufu commented Jan 4, 2025

What does this PR do

This pull request introduces a new GitHub Actions workflow to automate running unit tests for the Console Go project. The workflow is triggered on pull requests to the main branch and sets up the necessary environments and dependencies for testing.

New GitHub Actions workflow:

  • .github/workflows/unit_test.yml: Added a workflow named "Console Go Test" that runs on ubuntu-latest, sets up Node.js and Go toolchains, checks out the necessary repositories, and compiles the console code before running unit tests.

Rationale for this change

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

@luohoufu luohoufu changed the title WIP: unit test ci task test: unit test ci task Jan 5, 2025
@luohoufu luohoufu merged commit 814ac64 into main Jan 6, 2025
4 checks passed
@luohoufu luohoufu deleted the ci_unit_testing branch January 6, 2025 14:59
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.

3 participants