Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinera committed Nov 20, 2023
1 parent e802d80 commit cec7f3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---
BUNDLE_WITHOUT: "typing"
BUNDLE_RETRY: "3"
BUNDLE_JOBS: "4"
3 changes: 3 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Testing
run: BUNDLE_WITHOUT=typing bundle install

- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit cec7f3c

Please sign in to comment.