We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e209258 commit 3a0e568Copy full SHA for 3a0e568
.github/workflows/test.yml
@@ -53,6 +53,7 @@ jobs:
53
echo "DB_PORT=5432" >> $GITHUB_ENV
54
echo "DB_NAME=test_db" >> $GITHUB_ENV
55
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
56
+ echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
57
58
- name: Verify environment variables
59
run: |
0 commit comments