Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei authored Aug 5, 2024
1 parent 5497619 commit f1b4974
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@ jobs:
singularity pull --dir /tmp docker://rocker/tidyverse
fi
# 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 f1b4974

Please sign in to comment.