From d3e7fe707158d9cdb0f3adc2e937370698cb1d54 Mon Sep 17 00:00:00 2001 From: Nitin Srinivasan Date: Fri, 1 Sep 2023 06:46:24 +0000 Subject: [PATCH] Check if the runner cleans up the environment --- .github/workflows/mac-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-testing.yml b/.github/workflows/mac-testing.yml index 2cde03e9..2101ad68 100644 --- a/.github/workflows/mac-testing.yml +++ b/.github/workflows/mac-testing.yml @@ -9,4 +9,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Hello Step - run: echo "Hello world!!!" + run: echo "Hello world!"