Skip to content

Commit

Permalink
fixing identation
Browse files Browse the repository at this point in the history
  • Loading branch information
sherrif10 committed Aug 30, 2024
1 parent ed00d3a commit b495f48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,20 @@ jobs:
java-version: '8'
- name: Checkout qaframework
uses: actions/checkout@v4
- name: Install Docker Compose

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Run db and web containers
run: |
docker-compose -f docker/docker-compose-refqa.yml up -d
- name: Wait for OpenMRS instance to start
run: |
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:8080/openmrs/login.htm)" != "200" ]]; do sleep 1; done
- name: Run qaframework on ${{ matrix.browser }}
run: |
echo "cucumber.publish.enabled=true" > src/test/resources/cucumber.properties
Expand Down

0 comments on commit b495f48

Please sign in to comment.