From be21afff40c70aac5c61254446f0aaeda2d38153 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:11:50 -0500 Subject: [PATCH] Update common_tests.yml --- .github/workflows/common_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 92568ac..2b56abe 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -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 \ No newline at end of file + Invoke-Pester -EnableExit