Skip to content

Commit

Permalink
Updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsoganov authored and Sergei Tsoganov committed Aug 15, 2023
1 parent d971e16 commit 1b7a531
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Config bundler
run: |
bundle config set without 'development staging production'
bundle config set deployment '[secure]'
bundle env
head -n1 $(which bundle)
- name: Run tests
run: bundle exec rake

Expand Down

0 comments on commit 1b7a531

Please sign in to comment.