File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,8 +410,8 @@ jobs:
410410 OPENAI_API_KEY : " "
411411 run : |
412412 pytest -n 5 --durations=10 -m 'not pricy' --slowmo 1000 -v tests/assistantbench
413-
414- workarena-fast-tests :
413+
414+ workarena-fast :
415415 if : github.event_name == 'pull_request'
416416 runs-on : ubuntu-22.04
417417 steps :
@@ -445,8 +445,8 @@ jobs:
445445 SNOW_INSTANCE_UNAME : ${{ secrets.SNOW_INSTANCE_UNAME }}
446446 SNOW_INSTANCE_PWD : ${{ secrets.SNOW_INSTANCE_PWD }}
447447 run : pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v tests
448-
449- scheduled-workarena-slow-tests :
448+
449+ scheduled-workarena-slow :
450450 if : github.event_name == 'schedule'
451451 runs-on : ubuntu-22.04
452452 steps :
@@ -474,4 +474,3 @@ jobs:
474474 token : ${{ secrets.PAT }}
475475 repository : ServiceNow/WorkArena
476476 event-type : dependency-update
477-
You can’t perform that action at this time.
0 commit comments