Skip to content

Commit 3a0e568

Browse files
Added BASE_URL value to Github Actions workflow
1 parent e209258 commit 3a0e568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
echo "DB_PORT=5432" >> $GITHUB_ENV
5454
echo "DB_NAME=test_db" >> $GITHUB_ENV
5555
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
56+
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
5657
5758
- name: Verify environment variables
5859
run: |

0 commit comments

Comments
 (0)