From 0eedc36c72e0404ebc8fd8294b5baeb817036967 Mon Sep 17 00:00:00 2001 From: Hare Sudhan Date: Thu, 28 Dec 2023 06:39:20 -0500 Subject: [PATCH] Run simple test to check whether Invoke-AtomicTest is working Revert "fixing NoExecutionLog" This reverts commit 84a357a8e1c767b61b50731876298841d8b14b2a. fixing NoExecutionLog --- .github/workflows/check-installation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index d17ad4a..db69915 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -20,3 +20,4 @@ jobs: } IEX (IWR 'https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.event.pull_request.head.ref }}/install-atomicsfolder.ps1' -UseBasicParsing); Install-AtomicsFolder -Force + Invoke-AtomicTest All -ShowDetailsBrief