Skip to content

Commit c6d63a5

Browse files
committed
Automation-test fix - set different execution cron time for each OS
1 parent 585d3c8 commit c6d63a5

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/automation-test-macos.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
schedule:
9-
- cron: "5 0 * * *"
9+
- cron: "0 0 * * *"
1010
workflow_dispatch:
1111

1212
jobs:
@@ -27,6 +27,3 @@ jobs:
2727
env:
2828
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
2929
run: mvn --batch-mode --no-transfer-progress test
30-
31-
32-

.github/workflows/automation-test-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
schedule:
9-
- cron: "5 0 * * *"
9+
- cron: "10 0 * * *"
1010
workflow_dispatch:
1111

1212
jobs:
@@ -26,4 +26,4 @@ jobs:
2626
working-directory: ./.github/test-app/
2727
env:
2828
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
29-
run: mvn --batch-mode --no-transfer-progress test
29+
run: mvn --batch-mode --no-transfer-progress test

.github/workflows/automation-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
schedule:
9-
- cron: "5 0 * * *"
9+
- cron: "20 0 * * *"
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)