From 23d8d9fb2dab6541cbf62820be91922d9f1e86ab Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sun, 1 Jun 2025 22:09:43 -0700 Subject: [PATCH] Remove E2E test steps from GitHub Actions workflow --- .github/workflows/test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f5d793..39f5bf9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,15 +32,3 @@ jobs: - name: 'Build' run: ./build.ps1 -Configuration Release - - # Install Azurite - - name: Set up Node.js (needed for Azurite) - uses: actions/setup-node@v3 - with: - node-version: '18.x' # Azurite requires at least Node 18 - - - name: Install Azurite - run: npm install -g azurite - - - name: Run E2E tests - run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 & ./test/E2E/Start-E2ETest.ps1 -NoBuild -UseCoreToolsBuildFromIntegrationTests