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 04afad0 commit e2db368Copy full SHA for e2db368
.github/workflows/nix-build.yml
@@ -10,7 +10,7 @@ on:
10
11
permissions:
12
id-token: write
13
- # required by testinfra-ami-build dependent workflows
+ # required by dependent workflows
14
contents: write
15
packages: write
16
@@ -123,13 +123,6 @@ jobs:
123
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
124
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
125
126
- run-testinfra:
127
- needs: build-run-image
128
- if: ${{ success() }}
129
- uses: ./.github/workflows/testinfra-ami-build.yml
130
- secrets:
131
- DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
132
-
133
run-tests:
134
needs: build-run-image
135
if: ${{ success() }}
0 commit comments