We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59293f7 commit f7346a2Copy full SHA for f7346a2
.github/workflows/PR.yml
@@ -59,7 +59,7 @@ jobs:
59
path: ${{ env.buildFolderName }}
60
- name: Run Tests
61
shell: pwsh
62
- run: ./build.ps1 -tasks noop; ipmo dbatools ; ./build.ps1 -tasks test # to get around dbatools failing to load XE.core.dll if
+ run: ./build.ps1 -tasks noop ; ./build.ps1 -tasks test # to get around dbatools failing to load XE.core.dll if
63
- name: Publish Test Artifact
64
uses: actions/upload-artifact@v3
65
with:
0 commit comments