-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
{} |