Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Revert changes.
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Jan 29, 2024
commit 97c1be70652ddc48f363bd8bb4e4d34a4db7b7c4
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
phpunit-tests:
name: PHP ${{ inputs.php }} / ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }}
runs-on: ${{ inputs.os }}
timeout-minutes: 60
timeout-minutes: 20

steps:
- name: Configure environment variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
#
test-with-mysql:
name: PHP ${{ matrix.php }}
uses: youknowriad/wordpress-develop/.github/workflows/phpunit-tests-run.yml@update/packages-65
uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
permissions:
contents: read
secrets: inherit
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
#
test-with-mariadb:
name: PHP ${{ matrix.php }}
uses: youknowriad/wordpress-develop/.github/workflows/phpunit-tests-run.yml@update/packages-65
uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
permissions:
contents: read
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-old-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
actions: write
timeout-minutes: 60
timeout-minutes: 20
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
strategy:
fail-fast: false
Expand Down