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 GitHub Actions Workflow for Test Suite #152

Merged
merged 1 commit into from May 1, 2020
Merged

Conversation

nskins
Copy link
Owner

@nskins nskins commented May 1, 2020

I added a workflow to automatically run the test suite on PRs and pushes.

@nskins nskins added the devops label May 1, 2020
@nskins
Copy link
Owner Author

nskins commented May 1, 2020

I had to set this up with the GitHub Actions wizard because I couldn't get the workflow to trigger otherwise. The source branch was branched off master (I didn't have a choice) and, as a result, the push workflow fails because it spots the old version of bundler in goby.gemspec. However, the PR workflow succeeds (which is what we care about) because the destination branch has the updated version of bundler specified in goby.gemspec. Should be good to go here.

@nskins nskins merged commit 21edbfe into 0.2.1 May 1, 2020
@nskins nskins deleted the test-suite-workflow branch May 2, 2020 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant