Skip to content

Commit

Permalink
Update pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei authored Aug 5, 2024
1 parent f1b4974 commit e1ac37c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ jobs:
# Start OMERO
- name: Start OMERO
run: docker-compose -f .github/omero-docker-compose.yml up -d
uses: sudo-bot/action-docker-compose@latest
with:
cli-args: "-f .github/omero-docker-compose.yml up -d"

# download or create large test data via script
- name: Create test data
Expand Down

0 comments on commit e1ac37c

Please sign in to comment.