Skip to content

Commit

Permalink
What about this
Browse files Browse the repository at this point in the history
  • Loading branch information
stevschmid committed Mar 25, 2024
1 parent 7709a0c commit abceb06
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:

- name: Setup database
working-directory: ./spec/dummy
run: bundle exec rake rls:create_role

- name: Setup database
working-directory: ./spec/dummy
run: bundle exec rake db:prepare
run: |
bundle exec rake db:create
bundle exec rake rls:create_role
bundle exec rake db:prepare
- name: Run tests
run: bundle exec rspec --backtrace

0 comments on commit abceb06

Please sign in to comment.