Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 29, 2024
1 parent 3796682 commit 96ab01a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres2:
image: postgres:16
env:
POSTGRES_USER: postgress
POSTGRES_PASSWORD: passwprd
POSTGRES_DB: omero_train
max_wal_size: 4GB

ports:
- 5433/tcp
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
elasticsearch:
image: elasticsearch:8.8.1
Expand Down Expand Up @@ -65,7 +50,7 @@ jobs:
export PGPASSWORD=passwprd;
echo $PGPASSWORD
export PGPASSWORD=passwprd; psql -h localhost -U postgres -p ${{ job.services.postgres.ports[5432] }} -c 'CREATE DATABASE omero_train'
PGPASSWORD=passwprd; psql -h localhost -U postgres -p ${{ job.services.postgres.ports[5432] }} -c 'CREATE DATABASE omero_train'

upload:
Expand Down

0 comments on commit 96ab01a

Please sign in to comment.