diff --git a/.github/workflows/smoketest-dotnet-v2.yml b/.github/workflows/smoketest-dotnet-v2.yml index 2dc5c5417..52a693782 100644 --- a/.github/workflows/smoketest-dotnet-v2.yml +++ b/.github/workflows/smoketest-dotnet-v2.yml @@ -1,23 +1,4 @@ name: Smoke Test - .NET on Functions V2 on: - workflow_dispatch: - push: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV2/**' - pull_request: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV2/**' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Run V2 .NET Smoke Test - run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/SmokeTestsV2/Dockerfile -HttpStartPath api/HttpStart - shell: pwsh + {} diff --git a/.github/workflows/smoketest-dotnet-v3.yml b/.github/workflows/smoketest-dotnet-v3.yml index 4644c5df9..c4ecf21fd 100644 --- a/.github/workflows/smoketest-dotnet-v3.yml +++ b/.github/workflows/smoketest-dotnet-v3.yml @@ -1,23 +1,4 @@ name: Smoke Test - .NET on Functions V3 on: - workflow_dispatch: - push: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV3/**' - pull_request: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV3/**' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Run V3 .NET Smoke Test - run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/SmokeTestsV3/Dockerfile -HttpStartPath api/HttpStart - shell: pwsh + {}