Skip to content

Commit 05c6fe5

Browse files
committed
fix
1 parent 8ef6b9a commit 05c6fe5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)