mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
removing playright install for integration test
This commit is contained in:
parent
8126b32b81
commit
d292f2d6b6
2 changed files with 1 additions and 3 deletions
3
.github/workflows/integration_tests.yml
vendored
3
.github/workflows/integration_tests.yml
vendored
|
|
@ -21,9 +21,6 @@ jobs:
|
|||
run: |
|
||||
make setup
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: .tox/py311/bin/playwright install --with-deps chromium
|
||||
|
||||
- name: Configure AWS credentials for dev
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -9,4 +9,5 @@ deps =
|
|||
-rbackend/engine/requirements.txt
|
||||
-rbackend/app/requirements/requirements.txt
|
||||
-rtest.requirements.txt
|
||||
commands_pre = playwright install --with-deps chromium
|
||||
commands = pytest {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue