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 a921779 commit eaefc20Copy full SHA for eaefc20
.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
@@ -119,13 +119,6 @@ jobs:
119
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
120
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
121
122
- run-testinfra:
123
- needs: build-run-image
124
- if: ${{ success() }}
125
- uses: ./.github/workflows/testinfra-ami-build.yml
126
- secrets:
127
- DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
128
-
129
run-tests:
130
needs: build-run-image
131
if: ${{ success() }}
0 commit comments