Skip to content

Commit 29a5a29

Browse files
committed
updated pester_reports.yml
1 parent 8f7fbab commit 29a5a29

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.
66
on:
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

0 commit comments

Comments
 (0)