Skip to content

Commit a575550

Browse files
committed
Diagnosing CI failures.
1 parent 8836f06 commit a575550

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,13 @@ jobs:
124124
pwd
125125
126126
echo
127-
echo Recursive directory listing
128-
ls -FAlR
127+
echo Directory listing
128+
ls -FAl
129+
ls -FAl deps
129130
130131
echo
131132
echo Contents of PSql.Deploy.psd1
132-
cat PSql.Deploy.Tests/bin/Release/net6.0/PSql.Deploy.psd1
133+
cat PSql.Deploy.psd1
133134
134135
# - name: Test
135136
# run: >

0 commit comments

Comments
 (0)