We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d008a commit 11863c6Copy full SHA for 11863c6
.github/workflows/test.yml
@@ -12,7 +12,6 @@ on:
12
jobs:
13
test_github_action:
14
runs-on: ubuntu-latest
15
- continue-on-error: true
16
outputs:
17
output1: ${{ steps.test1.outcome }}
18
output2: ${{ steps.test2.outcome }}
@@ -25,13 +24,15 @@ jobs:
25
24
uses: char0n/apidom-validate@main
26
with:
27
definition-file: ./.github/workflows/fixtures/openapi.json
+
28
- id: test2
29
name: "Test 2: Validate at Severity level 4 (Hints)"
30
if: success() || failure()
31
32
33
34
fails-on: 4
35
+ continue-on-error: true
36
37
verify_outcomes:
38
needs: test_github_action
0 commit comments