Skip to content

Commit

Permalink
Job env
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed May 30, 2024
1 parent 14ac8a8 commit ad7c280
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432

services:
postgres:
Expand All @@ -83,9 +85,6 @@ jobs:
bundler-cache: true

- name: DB Smoke test
env:
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost:5432
run: |
bin/rails db:create
bin/rails db:schema:load
Expand Down

0 comments on commit ad7c280

Please sign in to comment.