Skip to content

Commit 23d8d9f

Browse files
committed
Remove E2E test steps from GitHub Actions workflow
1 parent a7bc3b6 commit 23d8d9f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,3 @@ jobs:
3232
3333
- name: 'Build'
3434
run: ./build.ps1 -Configuration Release
35-
36-
# Install Azurite
37-
- name: Set up Node.js (needed for Azurite)
38-
uses: actions/setup-node@v3
39-
with:
40-
node-version: '18.x' # Azurite requires at least Node 18
41-
42-
- name: Install Azurite
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

0 commit comments

Comments
 (0)