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 7b99ca1 commit 23878bfCopy full SHA for 23878bf
.github/workflows/build_integration_and_code_analysis.yml
@@ -13,6 +13,8 @@ on:
13
jobs:
14
Sonar-Cloud:
15
name: Static Code Analysis - Sonar Cloud
16
+ outputs:
17
+ job-status: ${{ job.status }}
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v3
@@ -44,6 +46,8 @@ jobs:
44
46
45
47
Build-Test:
48
name: Integration Test
49
50
51
52
permissions:
53
checks: write
0 commit comments