Skip to content

Commit

Permalink
Fix CI by removing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Oct 20, 2024
1 parent c4947f6 commit 51cd41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
- run: bundle install
- run: bundle exec rake

Expand All @@ -61,5 +61,5 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
bundler-cache: false
- run: bin/test/${{ matrix.repo }}
2 changes: 1 addition & 1 deletion test/retest/repository_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_find_test_similar_files_but_no_exact_match
Which file do you want to use?
Enter the file number now:
>
>\s
EXPECTED
end

Expand Down

0 comments on commit 51cd41d

Please sign in to comment.