Skip to content

Commit

Permalink
ci: try cleanup before run
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 22, 2024
1 parent 3bd7550 commit c6d0ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.3.2', '3.3.5', '3.3.6']
purge: [true, false]
variant:
# - name: defaults
# config_path: 'ackama_rails_template.config.yml'
Expand Down Expand Up @@ -170,6 +171,9 @@ jobs:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

- if: matrix.purge == 'true'
run: bundle clean --force

- run: bundler --version

- name: Setup git for committing
Expand Down

0 comments on commit c6d0ca6

Please sign in to comment.