Skip to content

Commit 8ef6b9a

Browse files
authored
Update build-image-test.yaml
1 parent 9332320 commit 8ef6b9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ 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+
9093

9194
- name: Run structure tests
9295
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)