Skip to content

Commit

Permalink
Action yak shaving
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 23, 2024
1 parent 57a326a commit 01256af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@ jobs:
- name: Install Playwright Browsers
run: 'npx playwright install chromium --with-deps'

- name: Prepare Database
run: 'cd test/dummy && bundle exec rails db:create db:migrate RAILS_ENV=test'

- name: Run Tests
run: 'bundle exec rails test:all'
run: 'RAILS_ENV=test cd test/dummy && bundle exec rails db:create db:migrate && cd - && bundle exec rails test:all'

0 comments on commit 01256af

Please sign in to comment.