Skip to content

Commit

Permalink
Create test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shresht7 committed May 7, 2024
1 parent 66bf713 commit ceaa04d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:
name: Pester test
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4

- name: Run tests
run: Invoke-Pester -Output Detailed -PassThru

0 comments on commit ceaa04d

Please sign in to comment.