Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Expensify/App into personalDetailsL…
Browse files Browse the repository at this point in the history
…ist-migration
  • Loading branch information
Beamanator committed Jun 8, 2023
2 parents a4ab800 + fd0c6a9 commit 5a8eb95
Show file tree
Hide file tree
Showing 96 changed files with 3,998 additions and 756 deletions.
15 changes: 15 additions & 0 deletions .github/actions/javascript/validateReassureOutput/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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
COUNT_DEVIATION:
description: Allowable deviation for the mean count in regression test results.
required: true
REGRESSION_OUTPUT:
description: Refers to the results obtained from regression tests `.reassure/output.json`.
required: true
runs:
using: 'node16'
main: './index.js'
Loading

0 comments on commit 5a8eb95

Please sign in to comment.