Skip to content

Commit

Permalink
Feat(CI) Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Mar 27, 2024
1 parent 9bede94 commit 265ab0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand All @@ -30,7 +30,7 @@ jobs:
POSTGRES_PASSWORD: geonatpasswd
POSTGRES_USER: geonatadmin
ports:
- 5432:5435
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 265ab0d

Please sign in to comment.