Skip to content

Commit

Permalink
Update CI for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Mar 5, 2024
1 parent adcadf9 commit fd514c9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ on:
- '*'
push:
branches:
- master
- main
jobs:
tests:
runs-on: ubuntu-latest
Expand All @@ -17,7 +17,7 @@ jobs:
BUNDLE_PATH_RELATIVE_TO_CWD: true

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -29,7 +29,4 @@ jobs:
run: bundle exec standardrb

- name: Run tests
env:
RAILS_ENV: test
run: |
bundle exec rake test
run: bundle exec rake test

0 comments on commit fd514c9

Please sign in to comment.