Skip to content

Commit

Permalink
Reduce CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Sep 2, 2024
1 parent 0dc7bdd commit 774c9f9
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,9 @@ jobs:
ruby:
- label: Ruby 2.7
version: "2.7"
- label: Ruby 3.0
version: "3.0"
- label: Ruby 3.1
version: "3.1"
- label: Ruby 3.2
version: "3.2"
- label: JRuby 9.4.8.0
version: "jruby-9.4.8.0"
os:
- label: Linux
image: "ubuntu-latest"
- label: Windows
image: "windows-latest"

Expand All @@ -45,29 +37,3 @@ jobs:
run: bash script/cucumber
- name: Generate and Build a new site
run: bash script/default-site

xtras:
name: "${{ matrix.job_name }} (Ruby ${{ matrix.ruby_version }})"
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
include:
- job_name: "Profile Docs Site"
step_name: "Build and Profile docs site"
script_file: "profile-docs"
ruby_version: "2.7"
- job_name: "Style Check"
step_name: "Run RuboCop"
script_file: "fmt"
ruby_version: "2.7"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: "Set up Ruby ${{ matrix.ruby_version }}"
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- name: ${{ matrix.step_name }}
run: bash script/${{ matrix.script_file }}

0 comments on commit 774c9f9

Please sign in to comment.