Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian committed Dec 31, 2024
1 parent cd8e843 commit 07a6046
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/smoketest-dotnet-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ name: Smoke Test - .NET on Functions V2

on:
{}

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
9 changes: 9 additions & 0 deletions .github/workflows/smoketest-dotnet-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ name: Smoke Test - .NET on Functions V3

on:
{}

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

0 comments on commit 07a6046

Please sign in to comment.