Skip to content

Commit

Permalink
remove postgres because we dont run tests anymore (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 9, 2022
1 parent d76d9d8 commit 1e8801b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/publish-new-version.yaml
Expand Up @@ -18,21 +18,6 @@ jobs:
matrix:
node-version: [14.x]

services:
# Label used to access the service container
postgres:
# Docker Hub image
image: postgres
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started
ports:
- 5432:5432
options: >-
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -54,7 +39,3 @@ jobs:
git push --tags
env:
CI: true
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
NODE_ENV: test
PORT: 4243

1 comment on commit 1e8801b

@vercel
Copy link

@vercel vercel bot commented on 1e8801b Dec 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.