Skip to content

Commit

Permalink
specify 'database'
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaz-polymath authored Sep 27, 2023
1 parent 42e1b72 commit 83d34f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Test runtime
run: |
docker run --rm --network stack -e DATABASE_URL=postgresql://${{ env.POSTGRES_USER }}:${{ env.POSTGRES_PASSWORD }}@${{ env.DATABASE_HOST }}/${{ env.POSTGRES_DB }} docker.io/calcom/cal.com:add-runtime-check
docker run --rm --network stack -e DATABASE_URL=postgresql://${{ env.POSTGRES_USER }}:${{ env.POSTGRES_PASSWORD }}@database/${{ env.POSTGRES_DB }} docker.io/calcom/cal.com:add-runtime-check
- name: Upload runtime log on failure
if: steps.test_runtime.outputs.exit_code != '0'
Expand Down

0 comments on commit 83d34f8

Please sign in to comment.