From 5d6e9971b30cd1c8f6de23b1ad2e9f49ce2c7cc3 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 26 Aug 2021 18:20:34 +0000 Subject: [PATCH] Build/Test Tools: Remove `shell: bash` from PHPUnit test workflow. bash is the default shell for all non-Windows GitHub Action runners, so this is not necessary. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51670 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/phpunit-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 641965103f..c855f0cd31 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -127,7 +127,6 @@ jobs: - name: "Get last Monday's date" id: get-date run: echo "::set-output name=date::$(/bin/date -u --date='last Mon' "+%F")" - shell: bash - name: Get Composer cache directory id: composer-cache