Skip to content

Commit

Permalink
update run_tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seemiller committed Aug 15, 2024
1 parent e1ab14f commit 8cba9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Run RSpec tests
on: [push, pull_request]
jobs:
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1.81.0
uses: ruby/setup-ruby@v1.190.0
with:
# Not needed with a .ruby-version file
ruby-version: 2.7
ruby-version: 3.3.0
bundler-cache: true
- name: Run tests
run: |
Expand Down

0 comments on commit 8cba9a2

Please sign in to comment.