Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Sep 19, 2022
1 parent 06a8b41 commit 9af8198
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ jobs:

- name: Run rails assets:precompile
run: ./bin/rails assets:precompile
- name: Run rails error_page:generate
run: ./bin/rails error_page:generate

- name: Create database
run: ./bin/rails parallel:create
run: ./bin/rails db:create
- name: Run migrations
run: ./bin/rails parallel:migrate
run: ./bin/rails db:migrate

# When the test is run on github actions,
# paperclip uploads a file with 0 bytes and the test fails.
Expand Down

0 comments on commit 9af8198

Please sign in to comment.