Skip to content

Commit

Permalink
Try adding config for specs
Browse files Browse the repository at this point in the history
bodhish committed Nov 13, 2024
1 parent c750373 commit 5202642
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: CI
on:
pull_request:
push:
branches: [ main ]
branches: [main]

jobs:
scan_ruby:
@@ -89,6 +89,13 @@ jobs:
env:
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost:5432
DB_NAME: medispeak
DB_NAME_TEST: medispeak_test
DB_HOST: localhost
DB_USERNAME: postgres
DB_PASSWORD: postgres
DB_PORT: 5432

# REDIS_URL: redis://localhost:6379/0
run: bin/rails db:test:prepare test test:system

0 comments on commit 5202642

Please sign in to comment.