Skip to content

Commit bb983c8

Browse files
Merge branch 'workarena-plus-plus' of https://github.com/ServiceNow/WorkArena into workarena-plus-plus
2 parents fc65875 + 9879586 commit bb983c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
schedule:
9-
- cron: '0 0 * * 7' # Runs at midnight on Sunday
9+
- cron: '59 23 * * SUN' # Runs at midnight on Sunday
1010

1111
jobs:
1212

@@ -131,4 +131,4 @@ jobs:
131131
SNOW_INSTANCE_URL: ${{ secrets.SNOW_INSTANCE_URL }}
132132
SNOW_INSTANCE_UNAME: ${{ secrets.SNOW_INSTANCE_UNAME }}
133133
SNOW_INSTANCE_PWD: ${{ secrets.SNOW_INSTANCE_PWD }}
134-
run: pytest -n 5 --durations=10 -m 'pricy' --slowmo 1800 -v tests
134+
run: pytest -n 5 --durations=10 -m 'pricy' --slowmo 1800 -v tests

0 commit comments

Comments
 (0)