Skip to content

Commit b750132

Browse files
committed
renaming
1 parent 65521e1 commit b750132

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)