Skip to content

Commit 4f55c1e

Browse files
committed
ci testing
1 parent d003f7e commit 4f55c1e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jobs:
5858
RAILS_ENV: test
5959
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
6060
# REDIS_URL: redis://localhost:6379/0
61-
run: |
62-
bin/rails db:test:prepare
63-
bin/rails test
61+
run: bin/rails db:test:prepare && bin/rails test
6462

6563
- name: Keep screenshots from failed system tests
6664
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)