Skip to content

Commit

Permalink
unit tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed May 9, 2024
1 parent 935d088 commit 6f6b5e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: playwright install --with-deps

- name: Run browsergym-core Unit Tests
run: pytest -n 1 --durations=10 -m 'not pricy' -v browsergym/core/tests
run: pytest -n 1 --durations=10 -m 'not pricy' -v core/tests

browsergym-miniwob:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run browsergym-miniwob Unit Tests
env:
MINIWOB_URL: "http://localhost:8080/miniwob/"
run: pytest -n 5 --durations=10 -m 'not pricy' -v browsergym/miniwob/tests
run: pytest -n 5 --durations=10 -m 'not pricy' -v miniwob/tests

browsergym-webarena-fast:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
MAP: "http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000"
HOMEPAGE: "PASS:4399"
WEBARENA_PATH: "${{ github.workspace }}/webarena/"
run: pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v browsergym/webarena/tests
run: pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v webarena/tests

browsergym-webarena-slow:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -160,4 +160,4 @@ jobs:
MAP: "http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000"
HOMEPAGE: "PASS:4399"
WEBARENA_PATH: "${{ github.workspace }}/webarena/"
run: pytest -n 5 --durations=10 -m 'slow and not pricy' --slowmo 1000 -v browsergym/webarena/tests
run: pytest -n 5 --durations=10 -m 'slow and not pricy' --slowmo 1000 -v webarena/tests

0 comments on commit 6f6b5e1

Please # to comment.