Skip to content

Commit

Permalink
Fix tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuga-cb committed Apr 19, 2024
1 parent 4fec842 commit d7ebbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Tests

on: [push, pull_request]
on: [pull_request]

jobs:
test:
Expand All @@ -16,7 +16,7 @@ jobs:

- name: Install dependencies
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Run tests
Expand Down

0 comments on commit d7ebbb8

Please sign in to comment.