We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8836f06 commit a575550Copy full SHA for a575550
1 file changed
.github/workflows/build.yaml
@@ -124,12 +124,13 @@ jobs:
124
pwd
125
126
echo
127
- echo Recursive directory listing
128
- ls -FAlR
+ echo Directory listing
+ ls -FAl
129
+ ls -FAl deps
130
131
132
echo Contents of PSql.Deploy.psd1
- cat PSql.Deploy.Tests/bin/Release/net6.0/PSql.Deploy.psd1
133
+ cat PSql.Deploy.psd1
134
135
# - name: Test
136
# run: >
0 commit comments