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 normal test for CI #96

Merged
merged 4 commits into from
Apr 26, 2024
Merged

add normal test for CI #96

merged 4 commits into from
Apr 26, 2024

Conversation

gonuke
Copy link
Member

@gonuke gonuke commented Apr 26, 2024

No description provided.

@gonuke gonuke marked this pull request as ready for review April 26, 2024 13:18
@gonuke gonuke requested a review from connoramoreno April 26, 2024 13:33
@gonuke
Copy link
Member Author

gonuke commented Apr 26, 2024

This should be the last thing before transitioning to the OO version

@connoramoreno
Copy link
Collaborator

I'm still trying to wrap my mind around using GitHub Actions for CI. What's the purpose of having tests triggered by both pull requests and commit pushes? And something I'm still slightly unclear about is which version of the code is being tested for each GitHub Action workflow.

@gonuke
Copy link
Member Author

gonuke commented Apr 26, 2024

The other test only runs when a push happens and one of those two specific files changes: the GH action itself or the Dockerfile.

This test only runs on a pull request when any file changes. We could, technically, NOT run this test when those two files change.

Copy link
Collaborator

@connoramoreno connoramoreno left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thanks @gonuke

@connoramoreno connoramoreno merged commit c8eb133 into oo_version Apr 26, 2024
1 check passed
@connoramoreno connoramoreno deleted the first_ci_test branch April 26, 2024 20:11
connoramoreno added a commit that referenced this pull request Sep 10, 2024
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