Update common_tests.yml

pull/71/head
HarithaVattikuti 1 year ago committed by GitHub
parent c6d86a7f45
commit be21afff40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
name: Run tests
on: [pull_request]
on: [pull_request,workflow_dispatch]
jobs:
CommonTests:
strategy:
@ -20,4 +20,4 @@ jobs:
run: |
Import-Module Pester
Import-Module Assert
Invoke-Pester -EnableExit
Invoke-Pester -EnableExit

Loading…
Cancel
Save