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

Replace travis CI with sbt-github-actions #12

Merged

Conversation

mdedetrich
Copy link
Contributor

@mdedetrich mdedetrich commented Jan 26, 2024

Resolves: #5

Replaces travis CI with sbt-github-actions. Note that other things like publishing will be done in future PR's

@mdedetrich
Copy link
Contributor Author

This is failing because this project is setup to have master as default branch. Best to just change default branch to main which is done in this PR

@mdedetrich mdedetrich reopened this Jan 26, 2024
@mdedetrich mdedetrich force-pushed the replace-travis-ci-with-sbt-github-actions branch 4 times, most recently from 396cbf1 to f012a53 Compare January 26, 2024 07:06
WorkflowStep.Run(
commands = List(
"git config --global init.defaultBranch main",
"""git config --global user.email "sbt-pull-request-validator@github.com"""",
Copy link
Contributor Author

@mdedetrich mdedetrich Jan 26, 2024

Choose a reason for hiding this comment

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

So I honestly don't have an idea of what is appropriate to put here, I just need to put something otherwise the sbt-scripted tests fail since git isn't initialized in the correct state (the sbt-scripted tests manually use git to create commits in order to test the project).

@mdedetrich mdedetrich force-pushed the replace-travis-ci-with-sbt-github-actions branch from f012a53 to b41c488 Compare January 26, 2024 07:11
@mkurz mkurz merged commit 5b2a966 into sbt:main Jan 26, 2024
@mdedetrich mdedetrich deleted the replace-travis-ci-with-sbt-github-actions branch January 26, 2024 20:22
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.

Travis CI dropped
2 participants