Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol authored Feb 12, 2024
1 parent 9c2fe2c commit 8a941fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ jobs:
path: .omero
- name: Launch OMERO test database
run: .omero/compose up -d
env:
ROOTPASS: omero
POSTGRES_IMAGE: postgres
POSTGRES_VERSION: 10
POSTGRES_PASSWORD: postgres
OMERO_SERVER_IMAGE: openmicroscopy/omero-server
OMERO_SERVER_VERSION: 5
OMERO_SERVER_TCP: "4063:"
OMERO_SERVER_SSL: "4064:"
OMERO_WEB_IMAGE: openmicroscopy/omero-web-standalone
OMERO_WEB_VERSION: 5
OMERO_WEB_PORT: "4080:"
BUILD_IMAGE: adoptopenjdk:11-jdk-hotspot-bionic
- name: checkout arc_omero
uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 8a941fe

Please sign in to comment.