Skip to content

Commit

Permalink
bring back bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
kbiala committed Feb 12, 2024
1 parent 98e8390 commit 7be2c10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
echo $API_TOKEN | base64 --decode > .env
- name: bundle install
run: bundle install
- name: Run tests
env:
RAILS_ENV: test
Expand Down

0 comments on commit 7be2c10

Please sign in to comment.