Skip to content

Commit 5d6e997

Browse files
committed
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
1 parent 6201d43 commit 5d6e997

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ jobs:
127127
- name: "Get last Monday's date"
128128
id: get-date
129129
run: echo "::set-output name=date::$(/bin/date -u --date='last Mon' "+%F")"
130-
shell: bash
131130

132131
- name: Get Composer cache directory
133132
id: composer-cache

0 commit comments

Comments
 (0)