Skip to content

Commit

Permalink
chore: continue testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed May 29, 2024
1 parent ec95f28 commit d407c13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
}
]
},
Expand Down
2 changes: 0 additions & 2 deletions scripts/detect-state-drift.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ module.exports = async ({
}
});

// console.log(jsonData);

const report = jsonData.filter(data => {
const driftDetectedSubStrings = [
'the plan was not empty',
Expand Down

0 comments on commit d407c13

Please sign in to comment.