-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (30 loc) · 1.18 KB
/
IncQueryValidatorForEAExample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright (c) IncQuery Labs cPlc.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# The following secrets need to be defined: incquery_username, incquery_password, incquery_ea_validator_license
name: Example for using IncQueryLabs/incquery-validator-for-ea-action
on:
push:
pull_request:
types: [opened]
jobs:
IncQueryValidatorForEA:
defaults:
run:
shell: pwsh
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Checkout Git repository
uses: actions/checkout@v4
- name: Run validation
uses: IncQueryLabs/incquery-validator-for-ea-action@speedtest
with:
model_file_path: TestModels/example.qeax
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: warning