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 c387e1e commit 0fdc2f4Copy full SHA for 0fdc2f4
.github/workflows/self-test-and-release.yml
@@ -40,12 +40,10 @@ jobs:
40
fetch-depth: 0 # because we want the history so we can check the diff.
41
path: ./python-code
42
43
- - run: mkdir ./fake-build-dir
44
-
45
- name: Run Code Guru
46
if: steps.iam-role.outcome == 'success'
47
run: |
48
- ./build/install/aws-codeguru-cli/bin/aws-codeguru-cli --region us-west-2 -r python-code -b ./fake-build-dir --no-prompt -c "5a0c9579b6c9b0ea7a5f5c1b9328bb7100c7a16e:a574f23f6ea3fe607a6d33cc6c8fe28d81ab37a2"
+ ./build/install/aws-codeguru-cli/bin/aws-codeguru-cli --region us-west-2 -r python-code --no-prompt -c "5a0c9579b6c9b0ea7a5f5c1b9328bb7100c7a16e:a574f23f6ea3fe607a6d33cc6c8fe28d81ab37a2"
49
50
- name: Upload findings artifact
51
if: always()
0 commit comments