From 4e8595a5099bd00bcacdb25bf17b5dff21967a2e Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:25:46 -0400 Subject: [PATCH] ADd --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index caa32a4..7afaa40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,3 +62,9 @@ jobs: steps: - name: External url creation run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID + report-os: + runs-on: ubuntu-latest + steps: + - name: check-os + if: runner.os != 'Windows' + run: echo "The runner's operating system is $RUNNER_OS."