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 a7bc3b6 commit c3b24e9Copy full SHA for c3b24e9
.github/workflows/test.yml
@@ -43,4 +43,4 @@ jobs:
43
run: npm install -g azurite
44
45
- name: Run E2E tests
46
- run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & ./test/E2E/Start-E2ETest.ps1 -NoBuild -UseCoreToolsBuildFromIntegrationTests
+ run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & ./test/E2E/Start-E2ETest.ps1 -NoBuild
0 commit comments