From f0609339b1114cc29b8d9be319d002ce254e9d97 Mon Sep 17 00:00:00 2001 From: iamdez99 Date: Fri, 14 Jun 2024 11:38:06 -0400 Subject: [PATCH] .. --- .github/workflows/CCT-CHAT-BOT-Smoke.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CCT-CHAT-BOT-Smoke.yml b/.github/workflows/CCT-CHAT-BOT-Smoke.yml index 4466e52b0..e2742b5ae 100644 --- a/.github/workflows/CCT-CHAT-BOT-Smoke.yml +++ b/.github/workflows/CCT-CHAT-BOT-Smoke.yml @@ -2,7 +2,8 @@ name: PLATFORM BUSINESS - CCT CHAT BOT SMOKE TESTS on: schedule: - - cron: '0 16 * * *' + # This corresponds to 12:00 PM EST (5:00 PM UTC) + - cron: '0 17 * * *' workflow_dispatch: inputs: testBrowser: @@ -69,9 +70,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - if [ ! -f cct-smoke-test-results.html ]; then - echo '

CCT CHAT BOT Smoke Test Results

' > cct-smoke-test-results.html - fi + sed -i '1s/.*/

CCT CHAT BOT Smoke Test Results<\/h1>/' cct-smoke-test-results.html echo "

Test Report ${{ steps.reportpath.outputs.path }}/report-${{ steps.timestamp.outputs.timestamp }}.html

" >> cct-smoke-test-results.html git add cct-smoke-test-results.html git commit -m "Update cct-smoke-test-results.html"