File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This is a basic workflow to help you get started with Actions
22
3- name : CI
3+ name : PesterReports
44
5- # Controls when the action will run.
5+ # Controls when the action will run.
66on :
77 # Triggers the workflow on push or pull request events but only for the master branch
88 push :
@@ -18,19 +18,13 @@ jobs:
1818 # This workflow contains a single job called "build"
1919 build :
2020 # The type of runner that the job will run on
21- runs-on : ubuntu -latest
21+ runs-on : windows -latest
2222
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626 - uses : actions/checkout@v2
2727
2828 # Runs a single command using the runners shell
29- - name : Run a one-line script
30- run : echo Hello, world!
31-
32- # Runs a set of commands using the runners shell
33- - name : Run a multi-line script
34- run : |
35- echo Add other actions to build,
36- echo test, and deploy your project.
29+ - name : pester-tests-report
30+ uses : zyborg/pester-tests-report@v1.5.0
You can’t perform that action at this time.
0 commit comments