We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0496ee commit f96ef97Copy full SHA for f96ef97
1 file changed
.github/workflows/build.yml
@@ -81,6 +81,7 @@ jobs:
81
82
- name: CHECK DIRECTORY STRUCTURE
83
shell: pwsh
84
+ continue-on-error: true
85
run: |
86
Write-Host "`nChecking directory structure...`n"
87
Write-Host "Current directory: $(Get-Location)`n"
@@ -89,6 +90,7 @@ jobs:
89
90
91
- name: CHECK DIRECTORY STRUCTURE, 3 levels
92
93
94
95
96
0 commit comments