Skip to content

Commit

Permalink
update readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 14, 2024
1 parent 9473802 commit fd00fc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
# TODO: add main here
on:
workflow_dispatch:
# push:
# branches:
# - "main"
push:
branches:
- "main"

jobs:
test-microservices:
Expand Down Expand Up @@ -100,5 +100,5 @@ jobs:
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version # Check if Docker Compose is installed correctly
- name: Build Docker containers with Docker Compose
run: docker-compose build
# - name: Build Docker containers with Docker Compose
# run: docker-compose build
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![GitHub CI](https://github.com/biosimulators/bio-check/actions/workflows/ci.yaml/badge.svg)
![GitHub CD](https://github.com/biosimulators/bio-check/actions/workflows/cd.yaml/badge.svg)
![GitHub CI](https://github.com/biosimulators/bio-check/actions/workflows/ci.yml/badge.svg)
![Base Deployment](https://github.com/biosimulators/bio-check/actions/workflows/deploy-base.yml/badge.svg)
![Microservices Deployment](https://github.com/biosimulators/bio-check/actions/workflows/deploy-microservices.yml/badge.svg)
# BioCheck (bio-compose-server): A Biological Simulation Verification Service
### __This service utilizes separate containers for REST API management, job processing, and datastorage with MongoDB, ensuring scalable and robust performance.__

Expand Down

0 comments on commit fd00fc2

Please sign in to comment.