Skip to content

Commit

Permalink
[development-release] no cache plz!
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 14, 2024
1 parent 96e972d commit 4a1c793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
bundler-cache: false
- name: (Linter) Rubocop
run: bundle exec rubocop
- name: (Test) RSpec (with plugin tests)
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
- name: Run Specs (with dependencies)
run: bin/rspec -w
- name: Run Specs (without dependencies)
Expand Down

0 comments on commit 4a1c793

Please # to comment.