Skip to content

Commit

Permalink
removed postgres image as the tests are connecting to deployed aws rd…
Browse files Browse the repository at this point in the history
…s db
  • Loading branch information
AdiAkhileshSingh15 committed Aug 4, 2023
1 parent a918ee9 commit 1c2f37b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ jobs:
name: Test
runs-on: ubuntu-latest

# services:
# postgres:
# image: postgres:alpine
# env:
# POSTGRES_USER: postgres
# POSTGRES_PASSWORD: adi123
# POSTGRES_DB: bookmyroom
# ports:
# - 5432:5432
# options: >-
# --health-cmd pg_isready
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit 1c2f37b

Please sign in to comment.