Skip to content

Commit 9ec1d7b

Browse files
committed
renaming
1 parent 19eb2eb commit 9ec1d7b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/unit_tests.yml

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

0 commit comments

Comments
 (0)