Skip to content

Commit

Permalink
add DOMAIN_NAME test env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Sep 1, 2023
1 parent 7bd2ddd commit f837789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
RAILS_ENV: test
DATABASE_URL: postgres://test:test@localhost:5432/test
CI: "true"
DOMAIN_NAME: localhost

steps:
- name: Checkout code
Expand Down

0 comments on commit f837789

Please sign in to comment.