Skip to content

Commit

Permalink
fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed May 29, 2023
1 parent 646de20 commit 500adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
command: yarn build:ci
- name: Update env file
run: |
echo API_ENDPOINT="postgresql://prisma:prisma@postgres:5434/tests?schema=public" >> packages/altair-api/.env.e2e
echo DATABASE_URL="postgresql://prisma:prisma@postgres:5434/tests?schema=public" >> packages/altair-api/.env.e2e
cat packages/altair-api/.env.e2e
- name: Migration
run: yarn --cwd packages/altair-api migrate:e2e
Expand Down

0 comments on commit 500adb0

Please sign in to comment.