Skip to content

Commit

Permalink
Merge pull request #531 from callstack-internal/feat/add-reassure-wor…
Browse files Browse the repository at this point in the history
…kflows

Feat/add reassure workflows
  • Loading branch information
mountiny authored Apr 17, 2024
2 parents 5c73146 + f68f50f commit 9706e25
Show file tree
Hide file tree
Showing 4 changed files with 26,809 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/validateReassureOutput/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Validate Regression Test Output'
description: 'Validates the output of regression tests and determines if a test action should fail.'
inputs:
DURATION_DEVIATION_PERCENTAGE:
description: Allowable percentage deviation for the mean duration in regression test results.
required: true
runs:
using: 'node20'
main: './index.js'
Loading

0 comments on commit 9706e25

Please sign in to comment.