Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
- add job step to create ontop db user.
  • Loading branch information
Carsten Fortmann-Grote committed Dec 16, 2024
1 parent aaff7fe commit 27a0967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/omero_test_infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: $(which python) --version
- name: start omero
run: .omero/docker dev start_up
- name: db user
run: PGPASSWORD=postgres psql -U postgres -d postgres -h localhost -p 15432 < sql/ontop_user.sql
- name: check processes
run: ps ax | grep docker
- name: test omero web
Expand Down

0 comments on commit 27a0967

Please sign in to comment.