Skip to content

Commit

Permalink
Merge pull request Helmholtz-UFZ#37 from rmassei/fix-OMEROcicd
Browse files Browse the repository at this point in the history
CI/CD update -  Specialized action to run docker-compose (OMERO)
  • Loading branch information
bernt-matthias authored Aug 6, 2024
2 parents 5497619 + e1ac37c commit 98b907b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
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 98b907b

Please sign in to comment.