Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Jul 19, 2024
1 parent 66f5dac commit c995dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests-on-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Run performance tests
run: ./mvnw gatling:test

- name: Stop the OpenMRS instance
if: '!cancelled()'
run: docker stop $(docker ps -a -q)
# - name: Stop the OpenMRS instance
# if: '!cancelled()'
# run: docker stop $(docker ps -a -q)

- name: Upload test results
if: always()
Expand Down

0 comments on commit c995dca

Please sign in to comment.