Skip to content

Commit

Permalink
Add BASE_URL environment variable to action
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Apr 26, 2024
1 parent 31f809b commit e1456b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
MIX_ENV: test
DATABASE_URL: postgresql://claper:claper@localhost:5432/claper
SECRET_KEY_BASE: QMQE4ypfy0IC1LZI/fygZNvXHPjLslnr49EE7ftcL1wgAC0MwMLdKCVJyrvXPu8z
BASE_URL: http://localhost:4000

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1456b6

Please sign in to comment.