mirror of
git://develop.git.wordpress.org/
synced 2025-04-21 20:51:55 +02:00
Build/Test Tools: Remove shell: bash
from code coverage workflow.
bash is the default shell for all non-Windows GitHub Action runners, so this is not necessary. Follow up to [51670]. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d6e9971b3
commit
80b24ab3f3
1
.github/workflows/test-coverage.yml
vendored
1
.github/workflows/test-coverage.yml
vendored
@ -90,7 +90,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user