Skip to content

Replace Jenkins and Travis CI with GitHub Actions#5

Open
adamcrown wants to merge 1 commit into
masterfrom
jenkins-to-github-actions
Open

Replace Jenkins and Travis CI with GitHub Actions#5
adamcrown wants to merge 1 commit into
masterfrom
jenkins-to-github-actions

Conversation

@adamcrown

Copy link
Copy Markdown
Member

This brings the previous Travis CI and Jenkins CI jobs over into GitHub Actions as that's the direction we're going these days.

I've disabled the RubyGems publish for now as we work out the permissions there. In the meantime, it can be handled manually.

This brings the previous Travis CI and Jenkins CI jobs over into GitHub
Actions as that's the direction we're going these days.

I've disabled the RubyGems publish for now as we work out the
permissions there. In the meantime, it can be handled manually.
Comment thread .github/workflows/ci.yml
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

please use checkout@v6

Comment thread .github/workflows/ci.yml
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

same here.

@AlexKichkailo AlexKichkailo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

looks good, but we should use newer version of the checkout GH action.

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