Skip to content

Commit

Permalink
remove postgres from ci.yml as not used #29
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 6, 2023
1 parent 52398f1 commit 10b29b0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ jobs:
build:
name: Build and test
runs-on: ubuntu-latest
services:
postgres:
image: postgres:12
ports: ['5432:5432']
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
matrix:
otp: ['25.1.2']
Expand Down Expand Up @@ -49,7 +38,6 @@ jobs:
run: mix coveralls.json
env:
MIX_ENV: test
AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

Expand Down

0 comments on commit 10b29b0

Please sign in to comment.