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

Start switching to Github Actions for CI #254

Merged
merged 4 commits into from
Nov 16, 2020
Merged

Start switching to Github Actions for CI #254

merged 4 commits into from
Nov 16, 2020

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Nov 16, 2020

No description provided.

@JonRowe JonRowe requested a review from pirj November 16, 2020 14:03
Copy link
Member

@pirj pirj left a comment

Choose a reason for hiding this comment

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

Awesome!
We can deal with double build problem later on.

@@ -0,0 +1,35 @@
name: RSpec CI
on: [pull_request, push]
Copy link
Member

Choose a reason for hiding this comment

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

I believe this needs to be tweaked so we only run push on main/*-maintenance/*-dev

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah agreed.

Copy link
Member

Choose a reason for hiding this comment

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

Something like? I am not sur for pull_request.

on:
  # Trigger the workflow on push or pull request,
  # but only for the main branch
  push:
    branches:
      - main
      - *-maintenance
      - *-dev
  pull_request:
      branches:
        - **

@JonRowe JonRowe merged commit 73cd6f3 into main Nov 16, 2020
@JonRowe JonRowe deleted the update-ci branch November 16, 2020 14:43
- 2.1.9
- ruby-head
fail-fast: false
continue-on-error: ${{ matrix.ruby == 'jruby-9.2.13.0' || endsWith(matrix.ruby, 'head') }}
Copy link
Member

Choose a reason for hiding this comment

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

Is it still needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

head at least is needed post 3.0.0's release, and the jruby one is needed until its fixed

JonRowe added a commit that referenced this pull request Nov 17, 2020
@pirj
Copy link
Member

pirj commented Nov 18, 2020

@JonRowe @benoittgt We have this left:

    - rvm: 2.7.1
      env: DIFF_LCS_VERSION="~> 1.3.0"
    - rvm: 2.7.1
      env: DIFF_LCS_VERSION="1.4.3"

Are we moving those to GHA? I've missed your diff-lcs adventure completely.

@JonRowe
Copy link
Member Author

JonRowe commented Nov 18, 2020

@pirj yes when I figure it out 😂

@JonRowe
Copy link
Member Author

JonRowe commented Nov 18, 2020

Windows is coming in hot though 🔥

@pirj
Copy link
Member

pirj commented Nov 18, 2020

🕺

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.

None yet

3 participants