Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-carlsen authored Sep 1, 2020
1 parent 6a89398 commit 47144ff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

services:
postgres:
image: postgres:12
env:
POSTGRES_USER: ftkalkulus_unit
POSTGRES_PASSWORD: ftkalkulus_unit
POSTGRES_DB: ftkalkulus_unit
ports:
- 5433:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

strategy:
fail-fast: false
Expand Down

0 comments on commit 47144ff

Please sign in to comment.