diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dda9382b0..e2718f469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,9 @@ name: CI # TODO: add main here on: workflow_dispatch: - # push: - # branches: - # - "main" + push: + branches: + - "main" jobs: test-microservices: @@ -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 \ No newline at end of file + # - name: Build Docker containers with Docker Compose + # run: docker-compose build \ No newline at end of file diff --git a/README.md b/README.md index d580f9826..b8a1aa73a 100644 --- a/README.md +++ b/README.md @@ -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.__