We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc4cda commit 054958aCopy full SHA for 054958a
.github/workflows/instance_pool_ci.yml
@@ -1,4 +1,4 @@
1
-name: BrowserGym WorkArena Fast Tests
+name: Monitor the pool of WorkArena instances
2
3
on:
4
workflow_dispatch: # allow manual trigger
@@ -33,5 +33,5 @@ jobs:
33
- name: Install Playwright
34
run: playwright install chromium --with-deps
35
36
- - name: Run test_task_general.py
37
- run: pytest -n 5 --durations=10 --slowmo 1000 -v tests/test_task_general.py
+ - name: Run instance checks
+ run: pytest -n 5 --durations=10 --slowmo 1000 -v tests/test_snow_instance.py tests/test_task_general.py
0 commit comments