Skip to content

Commit

Permalink
+18
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 31, 2024
1 parent 080f89f commit 5dea140
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
$submodule_by_repo.Add($subm.repo, $subm)
}
# $submodules | Format-Table *
$submodules[0]
exit 1
# $submodules[0]
# exit 1
Expand Down Expand Up @@ -277,6 +277,8 @@ jobs:
$json = ConvertTo-Json -Compress $remove_list
Write-Host $json
echo "remove_list=$json" >> $env:GITHUB_OUTPUT
exit 1
pretest-each:
runs-on: windows-latest
Expand Down

0 comments on commit 5dea140

Please sign in to comment.