Skip to content

Commit f96ef97

Browse files
committed
CI: Continuation on errors when checking directory structure
1 parent b0496ee commit f96ef97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
8282
- name: CHECK DIRECTORY STRUCTURE
8383
shell: pwsh
84+
continue-on-error: true
8485
run: |
8586
Write-Host "`nChecking directory structure...`n"
8687
Write-Host "Current directory: $(Get-Location)`n"
@@ -89,6 +90,7 @@ jobs:
8990
9091
- name: CHECK DIRECTORY STRUCTURE, 3 levels
9192
shell: pwsh
93+
continue-on-error: true
9294
run: |
9395
Write-Host "`nChecking directory structure...`n"
9496
Write-Host "Current directory: $(Get-Location)`n"

0 commit comments

Comments
 (0)