Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Feb 1, 2022
1 parent ddc26e8 commit ad96ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
# - name: Wait For OpenMRS
# run: docker-compose up --exit-code-from wait wait

- run: sleep 1000
- run: sleep 1100

- name: Show iSantePlus Logs
run: docker-compose logs isanteplus

Expand All @@ -82,7 +82,7 @@ jobs:

- name: Run iSantePlus QA Framework (https://github.com/IsantePlus/isanteplus-qaframework)
run: docker-compose up --exit-code-from qa qa
continue-on-error: true
continue-on-error: false

- name: Publish Docker Image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit ad96ae4

Please sign in to comment.