Skip to content

Commit d5100ec

Browse files
committed
chore(release) Lock down run tests a little more
1 parent c1281ca commit d5100ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pwsh -Command "Install-Module PSScriptAnalyzer -Force -Scope CurrentUser"
3434
3535
- name: Run tests
36-
run: pwsh tests/run-tests.ps1
36+
run: pwsh -NoProfile -File tests/run-tests.ps1
3737

3838
- name: Regenerate artifacts
3939
run: |

0 commit comments

Comments
 (0)