Skip to content

Commit 53d2eed

Browse files
committed
Remove db:test:prepare task
For some reason, passing two tasks no longer works in engines (it is still fine in the debug_provider full app though). Luckily, it also does not seem to be necessary. So let us see how it goes without.
1 parent 89cec4e commit 53d2eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fasp_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
RAILS_ENV: test
5656
# REDIS_URL: redis://localhost:6379/0
57-
run: bin/rails db:test:prepare test
57+
run: bin/rails test
5858
working-directory: ./fasp_base
5959

6060
- name: Keep screenshots from failed system tests

.github/workflows/fasp_data_sharing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
RAILS_ENV: test
5656
# REDIS_URL: redis://localhost:6379/0
57-
run: bin/rails db:test:prepare test
57+
run: bin/rails test
5858
working-directory: ./fasp_data_sharing
5959

6060
- name: Keep screenshots from failed system tests

0 commit comments

Comments
 (0)