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

feature/github-actions #16

Merged
merged 4 commits into from
Oct 21, 2023
Merged

feature/github-actions #16

merged 4 commits into from
Oct 21, 2023

Conversation

mateusriff
Copy link
Collaborator

@mateusriff mateusriff commented Oct 21, 2023

Add GitHub Action to run tests

Changes

Added tests.yml:

  • This file sets up GitHub Actions to automatically run tests whenever a Pull Request is opened, synchronized or there is a push to branches main and develop.

How to test

  1. After this Pull Request has been opened, check if:
    • GitHub Actions run as expected and all test cases succeed;
  2. Make a minor change to the code and commit. Verify that:
    • The actions run once again and all test cases succeed (except if the change made is a breaking change);

@mateusriff mateusriff self-assigned this Oct 21, 2023
@mateusriff mateusriff linked an issue Oct 21, 2023 that may be closed by this pull request
@mateusriff mateusriff merged commit c7b188f into develop Oct 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub Actions to run tests
1 participant