File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -409,8 +409,8 @@ jobs:
409409 OPENAI_API_KEY : " "
410410 run : |
411411 pytest -n 5 --durations=10 -m 'not pricy' --slowmo 1000 -v tests/assistantbench
412-
413- workarena-fast-tests :
412+
413+ workarena-fast :
414414 if : github.event_name == 'pull_request'
415415 runs-on : ubuntu-22.04
416416 steps :
@@ -444,8 +444,8 @@ jobs:
444444 SNOW_INSTANCE_UNAME : ${{ secrets.SNOW_INSTANCE_UNAME }}
445445 SNOW_INSTANCE_PWD : ${{ secrets.SNOW_INSTANCE_PWD }}
446446 run : pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v tests
447-
448- scheduled-workarena-slow-tests :
447+
448+ scheduled-workarena-slow :
449449 if : github.event_name == 'schedule'
450450 runs-on : ubuntu-22.04
451451 steps :
@@ -473,4 +473,3 @@ jobs:
473473 token : ${{ secrets.PAT }}
474474 repository : ServiceNow/WorkArena
475475 event-type : dependency-update
476-
You can’t perform that action at this time.
0 commit comments