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 f3fc0e6 commit 2d74fdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
repository: ome/omero-test-infra
path: .omero
- name: Launch OMERO test database
run: .omero/compose up -d
- name: checkout arc_omero
uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -27,6 +29,5 @@ jobs:
- name: Run tests
run: |
pip install pytest
.omero/compose up
- name: Stop OMERO test database
run: ".omero/compose down"
run: .omero/compose down

0 comments on commit 2d74fdd

Please sign in to comment.