Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fmanimashaun committed Feb 15, 2024
1 parent 56b8fad commit 2dd8173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost/test_database
SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }}
DEVISE_JWT_SECRET_KEY: ${{ secrets.DEVISE_JWT_SECRET_KEY }}
run: bundle exec rails db:create db:schema:load && bundle exec rspec

0 comments on commit 2dd8173

Please sign in to comment.