Skip to content

Merge dev into main, in preparation of archiving of dev #961

Merge dev into main, in preparation of archiving of dev

Merge dev into main, in preparation of archiving of dev #961

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