Skip to content

Commit

Permalink
ci: try these things
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 22, 2024
1 parent e9186ea commit 3bd7550
Showing 1 changed file with 36 additions and 35 deletions.
71 changes: 36 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,42 +79,43 @@ jobs:
# how many fail)
fail-fast: false
matrix:
ruby: ['3.3.2', '3.3.5', '3.3.6']
variant:
- name: defaults
config_path: 'ackama_rails_template.config.yml'
install_actionlint: 'yes'
- name: all
config_path: 'ci/configs/all.yml'
install_actionlint: 'yes'
- name: all-typescript
config_path: 'ci/configs/all-typescript.yml'
install_actionlint: 'yes'
# - name: defaults
# config_path: 'ackama_rails_template.config.yml'
# install_actionlint: 'yes'
# - name: all
# config_path: 'ci/configs/all.yml'
# install_actionlint: 'yes'
# - name: all-typescript
# config_path: 'ci/configs/all-typescript.yml'
# install_actionlint: 'yes'
- name: basic
config_path: 'ci/configs/basic.yml'
- name: basic-typescript
config_path: 'ci/configs/basic-typescript.yml'
- name: github_actions
config_path: 'ci/configs/github_actions.yml'
install_actionlint: 'yes'
- name: react
config_path: 'ci/configs/react.yml'
- name: react-typescript
config_path: 'ci/configs/react-typescript.yml'
- name: sidekiq
config_path: 'ci/configs/sidekiq.yml'
- name: devise
config_path: 'ci/configs/devise.yml'
- name: basic_with_skips
config_path: 'ci/configs/basic.yml'
skips: --skip-spring --skip-javascript
- name: bootstrap
config_path: 'ci/configs/bootstrap.yml'
- name: bootstrap-typescript
config_path: 'ci/configs/bootstrap-typescript.yml'
- name: capistrano
config_path: 'ci/configs/deploy_with_capistrano.yml'
- name: ackama_ec2_capistrano
config_path: 'ci/configs/deploy_with_ackama_ec2_capistrano.yml'
# - name: basic-typescript
# config_path: 'ci/configs/basic-typescript.yml'
# - name: github_actions
# config_path: 'ci/configs/github_actions.yml'
# install_actionlint: 'yes'
# - name: react
# config_path: 'ci/configs/react.yml'
# - name: react-typescript
# config_path: 'ci/configs/react-typescript.yml'
# - name: sidekiq
# config_path: 'ci/configs/sidekiq.yml'
# - name: devise
# config_path: 'ci/configs/devise.yml'
# - name: basic_with_skips
# config_path: 'ci/configs/basic.yml'
# skips: --skip-spring --skip-javascript
# - name: bootstrap
# config_path: 'ci/configs/bootstrap.yml'
# - name: bootstrap-typescript
# config_path: 'ci/configs/bootstrap-typescript.yml'
# - name: capistrano
# config_path: 'ci/configs/deploy_with_capistrano.yml'
# - name: ackama_ec2_capistrano
# config_path: 'ci/configs/deploy_with_ackama_ec2_capistrano.yml'
services:
db:
image: postgres
Expand Down Expand Up @@ -165,9 +166,9 @@ jobs:
- name: Install Ruby and Bundler
uses: ruby/setup-ruby@v1
with:
# bundler: '2.3.11'
# bundler: '2.3.11'
bundler-cache: true
ruby-version: '3.3.5'
ruby-version: ${{ matrix.ruby }}

- run: bundler --version

Expand Down

0 comments on commit 3bd7550

Please sign in to comment.