stub out a basic pipeline

This commit is contained in:
Greg Gauthier 2023-01-19 16:10:06 +00:00
parent 65ea550ae3
commit 7136c1bd0f
1 changed files with 12 additions and 0 deletions

12
bitbucket-pipelines.yml Normal file
View File

@ -0,0 +1,12 @@
pipelines:
branches:
master:
- step:
name: Run The Webserver
script:
- cd MyWebApp
- dotnet run
- step:
name: Run the Playwright Tests
- cd PlaywrightTests
- dotnet test