Skip to content

Commit

Permalink
Publishing to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 7, 2024
1 parent 93695be commit a11e99c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
fi
done
- name: Start Docker container
run: |
docker start playwright-tests
docker exec playwright-tests bash -c "python3 -m http.server 5050" &
- name: Find and upload Allure report directory
run: |
container_id=$(docker ps -qf "name=playwright-tests")
Expand Down

0 comments on commit a11e99c

Please sign in to comment.