Skip to content

Commit

Permalink
Fix Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Aug 2, 2024
1 parent 5cf1cdd commit d55ae76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 245 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler: latest
bundler-cache: true
- name: Run StandardRB
run: bundle exec standardrb
Expand All @@ -37,9 +38,6 @@ jobs:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
- "jruby"
- "truffleruby"

steps:
- uses: actions/checkout@v4
Expand All @@ -48,5 +46,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: latest
- name: Setup dummy database
run: spec/app/bin/setup
- name: Run tests
run: bundle exec rspec
2 changes: 2 additions & 0 deletions spec/app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

# Ignore master key for decrypting credentials and more.
/config/master.key

Gemfile.lock
242 changes: 0 additions & 242 deletions spec/app/Gemfile.lock

This file was deleted.

0 comments on commit d55ae76

Please sign in to comment.