Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ jobs:
WC_VERSIONS=$(echo "${{ matrix.wc-versions }}" | sed -r "s/ *, */ /g")
WC_VERSIONS=($WC_VERSIONS)

URL_CONFIG="url.https://${{ secrets.BOT_GH_TOKEN }}:[email protected]/.insteadOf [email protected]:"
git config --global $URL_CONFIG

INIT_INSTALL=true

for WC_VERSION in "${WC_VERSIONS[@]}"; do
Expand All @@ -113,8 +110,6 @@ jobs:
vendor/bin/phpunit
done

git config --global --unset $URL_CONFIG

ReleaseCandidateUnitTests:
if: github.event_name == 'workflow_dispatch'
name: PHP unit tests (for Release Candidates)
Expand Down