File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -87,16 +87,13 @@ jobs:
8787 && mv container-structure-test $HOME/bin/
8888 && echo $HOME/bin/ >> $GITHUB_PATH
8989
90- - name : Check file existence and list directory
91- run : ls -al ${{ github.workspace }}/.github
92-
93-
9490 - name : Run structure tests
9591 if : steps.changed-files-specific.outputs.any_changed == 'true'
9692 run : >-
9793 container-structure-test test
98- -c ${{ github.workspace }}/.github/.spacelift-runners-container-structure-test-config.yaml
99- -i ${{ env.IMAGE }}
94+ --config ${{ github.workspace
95+ }}/.github/.container-structure-test-config.yaml
96+ --image ${{ env.IMAGE }}
10097
10198 - name : Dive - check image for waste files
10299 if : steps.changed-files-specific.outputs.any_changed == 'true'
You can’t perform that action at this time.
0 commit comments