Skip to content

Commit

Permalink
release update test
Browse files Browse the repository at this point in the history
  • Loading branch information
KocsisV committed May 16, 2024
1 parent e24deab commit f9cc675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/IncQueryValidatorForEAExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Run validation
uses: IncQueryLabs/incquery-validator-for-ea-action@master
uses: IncQueryLabs/incquery-validator-for-ea-action@speedtest
with:
model_file_path: TestModels/example.qeax
analysis_suite: SAIC Digital Engineering Validation
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
{
echo "IncQuery Validator for Enterprise Architect will be installed."
echo "need_to_install=true" >> $env:GITHUB_OUTPUT
echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2024.1.0/IncQuery%20Validator%20for%20Enterprise%20Architect%202024.1.0%20Setup.exe" >> $env:GITHUB_OUTPUT
echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2024.1.1/IncQuery%20Validator%20for%20Enterprise%20Architect%202024.1.1%20Setup.exe" >> $env:GITHUB_OUTPUT
echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT
}
Expand Down

0 comments on commit f9cc675

Please sign in to comment.