Skip to content

Commit c3b24e9

Browse files
authored
Don't use CoreTools build from integration tests on GitHub Actions workflow (#86)
1 parent a7bc3b6 commit c3b24e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: npm install -g azurite
4444

4545
- name: Run E2E tests
46-
run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & ./test/E2E/Start-E2ETest.ps1 -NoBuild -UseCoreToolsBuildFromIntegrationTests
46+
run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & ./test/E2E/Start-E2ETest.ps1 -NoBuild

0 commit comments

Comments
 (0)