Skip to content

Commit

Permalink
simplify matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRavens committed Oct 23, 2024
1 parent 29e3e0a commit e9aff8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 465 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
gemfile:
- "rails-7-0"
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/Gemfile-${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies from apt
Expand All @@ -28,7 +24,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22.x"
cache: "yarn"
- name: Install JS/TS Dependencies
run: yarn install
Expand All @@ -38,8 +34,9 @@ jobs:
run: yarn build
- name: Lint Ruby
run: bundle exec rubocop -c .rubocop.yml
- name: Install Playwright
run: cd spec/rails_app && yarn playwright install --with-deps chromium
- name: Ruby Tests
run: (cd spec/rails_app && bin/rails assets:precompile) && bin/rspec --format documentation
env:
RAILS_ENV: test
RSPEC_RETRY_RETRY_COUNT: 3
49 changes: 0 additions & 49 deletions gemfiles/Gemfile-rails-7-0

This file was deleted.

Loading

0 comments on commit e9aff8e

Please sign in to comment.