stub out a basic pipeline
This commit is contained in:
parent
65ea550ae3
commit
7136c1bd0f
12
bitbucket-pipelines.yml
Normal file
12
bitbucket-pipelines.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user