Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: unit test ci task #70

Merged
merged 21 commits into from
Jan 6, 2025
Merged

test: unit test ci task #70

merged 21 commits into from
Jan 6, 2025

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.

2 participants