We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcac86 commit 9f6e0efCopy full SHA for 9f6e0ef
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,12 @@ on:
6
push:
7
branches: [ master, main ]
8
9
+permissions:
10
+ contents: write
11
+ statuses: write
12
+ checks: write
13
+ pull-requests: write
14
+
15
jobs:
16
set-version:
17
runs-on: ubuntu-latest
@@ -60,6 +66,9 @@ jobs:
60
66
if: success() || failure()
61
67
with:
62
68
report_paths: '.coverage/report-junit.xml'
69
+ commit: ${{ github.sha }}
70
+ fail_on_failure: true
71
+ check_name: aws-cli-auth Unit Tests
63
72
64
73
- name: Analyze with SonarCloud
65
74
uses: SonarSource/sonarqube-scan-action@v5
0 commit comments