Skip to content

Commit f7346a2

Browse files
maybe we dont need to import here any more
1 parent 59293f7 commit f7346a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{ env.buildFolderName }}
6060
- name: Run Tests
6161
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
62+
run: ./build.ps1 -tasks noop ; ./build.ps1 -tasks test # to get around dbatools failing to load XE.core.dll if
6363
- name: Publish Test Artifact
6464
uses: actions/upload-artifact@v3
6565
with:

0 commit comments

Comments
 (0)