Skip to content

Commit

Permalink
set values for required test env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Sep 1, 2023
1 parent f837789 commit b384a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
RAILS_ENV: test
DATABASE_URL: postgres://test:test@localhost:5432/test
CI: "true"
DOMAIN_NAME: localhost
DOMAIN_NAME: xxxx
DOMAIN_EMAIL_ADDRESS: xxxx

steps:
- name: Checkout code
Expand Down

0 comments on commit b384a85

Please sign in to comment.