From 6346bcd89be529b1f95becee6b08267ef5fa80de Mon Sep 17 00:00:00 2001 From: KocsisV Date: Wed, 6 Sep 2023 16:36:30 +0200 Subject: [PATCH] Set to fail, use a more complex ruleset --- .github/workflows/IncQueryValidatorForEAExample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/IncQueryValidatorForEAExample.yml b/.github/workflows/IncQueryValidatorForEAExample.yml index 69f1826..131af77 100644 --- a/.github/workflows/IncQueryValidatorForEAExample.yml +++ b/.github/workflows/IncQueryValidatorForEAExample.yml @@ -27,10 +27,10 @@ jobs: uses: IncQueryLabs/incquery-validator-for-ea-action@develop with: model_file_path: TestModels/example.qeax - analysis_suite: default + analysis_suite: SAIC Digital Engineering Validation incquery_username: "${{ secrets.incquery_username }}" incquery_password: "${{ secrets.incquery_password }}" license: "${{ secrets.incquery_ea_validator_license }}" comment_on_pr: true - fail_on: none + fail_on: error