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

Add Unit Test GitHub Workflow #1980

Merged
merged 3 commits into from
Jan 1, 2024
Merged

Conversation

CakeVR
Copy link
Collaborator

@CakeVR CakeVR commented Jan 1, 2024

This adds the gdUnit4 framework as a single GitHub workflow CI file to the project.
It fires on new PRs and pushes.

However, I cannot properly test it without trying it once merged thought.

@CakeVR CakeVR marked this pull request as ready for review January 1, 2024 14:21
strategy:
fail-fast: false
matrix:
godot-version: ['4.1.1'] # Insert here the Godot version you want to run your tests with
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use Godot 4.2 instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, I updated the version!

@coppolaemilio coppolaemilio merged commit 5d50932 into dialogic-godot:main Jan 1, 2024
@coppolaemilio
Copy link
Collaborator

Great! Hope it works :)

Invertex pushed a commit to Invertex/dialogic that referenced this pull request Jan 26, 2024
* Add Unit Test GitHub workflow.

* Run workflow on pushes.

* Update unit test Godot used to `4.2.0`.
@CakeVR CakeVR deleted the add-gdunit4 branch February 28, 2024 21:04
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