Skip to content

Commit

Permalink
feat: add gh workflow for reassure
Browse files Browse the repository at this point in the history
  • Loading branch information
rinej committed Apr 17, 2024
1 parent 8f7c70c commit 05386e1
Show file tree
Hide file tree
Showing 4 changed files with 26,807 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 05386e1

Please sign in to comment.