Skip to content

Commit

Permalink
update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msuliq committed Apr 15, 2023
1 parent c5c0520 commit 45fab92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.7.7", "3.2.1"]
steps:
Expand All @@ -25,4 +26,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
- name: Bundle audit
run: bundle exec bundle-audit --update
- name: Install dependencies
- run: bundle install
- name: Run tests
- run: bundle exec rake test

0 comments on commit 45fab92

Please sign in to comment.