Skip to content

Commit 054958a

Browse files
authored
Rename workflow and update test execution command
1 parent cfc4cda commit 054958a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/instance_pool_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: BrowserGym WorkArena Fast Tests
1+
name: Monitor the pool of WorkArena instances
22

33
on:
44
workflow_dispatch: # allow manual trigger
@@ -33,5 +33,5 @@ jobs:
3333
- name: Install Playwright
3434
run: playwright install chromium --with-deps
3535

36-
- name: Run test_task_general.py
37-
run: pytest -n 5 --durations=10 --slowmo 1000 -v tests/test_task_general.py
36+
- name: Run instance checks
37+
run: pytest -n 5 --durations=10 --slowmo 1000 -v tests/test_snow_instance.py tests/test_task_general.py

0 commit comments

Comments
 (0)