From d407c134658a1d081a60d2b2c6dbda812e0435d4 Mon Sep 17 00:00:00 2001 From: Sander Blue Date: Wed, 29 May 2024 09:45:01 -0500 Subject: [PATCH] chore: continue testing --- .github/workflows/test_integration_cron.yml | 2 +- scripts/detect-state-drift.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test_integration_cron.yml b/.github/workflows/test_integration_cron.yml index cb68e5e089..cdd832e1a0 100644 --- a/.github/workflows/test_integration_cron.yml +++ b/.github/workflows/test_integration_cron.yml @@ -86,7 +86,7 @@ jobs: "elements": [ { "type": "plain_text", - "text": "${{ toJSON(steps.detect-state-drift.outputs.failed_tests_with_drift) }}" + "text": ${{ toJSON(steps.detect-state-drift.outputs.drift_report) }} } ] }, diff --git a/scripts/detect-state-drift.js b/scripts/detect-state-drift.js index a098903b84..5e42e06a82 100755 --- a/scripts/detect-state-drift.js +++ b/scripts/detect-state-drift.js @@ -23,8 +23,6 @@ module.exports = async ({ } }); - // console.log(jsonData); - const report = jsonData.filter(data => { const driftDetectedSubStrings = [ 'the plan was not empty',