Skip to content

Commit

Permalink
installing playwright chromium dependency in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvar28 committed Jan 2, 2024
1 parent 25b3e1e commit 54d54d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/shared_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
pip install poetry
poetry install
poetry show
poetry run npx playwright install
# TODO: Rely on a database in AWS to make this faster
# Select an unlocked environment
Expand Down Expand Up @@ -129,6 +130,9 @@ jobs:
run: |
echo ${{ steps.run_service_tests.outcome }}
echo ${{ steps.run_tests.outcome }}
echo "Current directory: $(pwd)"
ls -la
ls -la /home/runner/.cache/ms-playwright
- name: Generate allure report
id: generate_allure_report
Expand Down

0 comments on commit 54d54d9

Please sign in to comment.