From f53ad359a64472dc9d4e0b51b603040c943cb8eb Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 3 Oct 2020 02:17:18 +0200 Subject: [PATCH] Remove whoami step from Windows CI A carry-over from testing --- .github/workflows/testing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cf7ab63a..e98944c9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -116,10 +116,6 @@ jobs: shell: bash run: | cp bins/* . - - name: Who am I - shell: bash - run: | - uname - name: Run tests shell: bash run: |