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:
409
409
OPENAI_API_KEY : " "
410
410
run : |
411
411
pytest -n 5 --durations=10 -m 'not pricy' --slowmo 1000 -v tests/assistantbench
412
-
413
- workarena-fast-tests :
412
+
413
+ workarena-fast :
414
414
if : github.event_name == 'pull_request'
415
415
runs-on : ubuntu-22.04
416
416
steps :
@@ -444,8 +444,8 @@ jobs:
444
444
SNOW_INSTANCE_UNAME : ${{ secrets.SNOW_INSTANCE_UNAME }}
445
445
SNOW_INSTANCE_PWD : ${{ secrets.SNOW_INSTANCE_PWD }}
446
446
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 :
449
449
if : github.event_name == 'schedule'
450
450
runs-on : ubuntu-22.04
451
451
steps :
@@ -473,4 +473,3 @@ jobs:
473
473
token : ${{ secrets.PAT }}
474
474
repository : ServiceNow/WorkArena
475
475
event-type : dependency-update
476
-
You can’t perform that action at this time.
0 commit comments