Skip to content

Commit

Permalink
add mysql version to test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinnea committed Dec 13, 2024
1 parent 5a517a4 commit e3d228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
tests:
name: "WP: ${{ matrix.wp_version }} - PHP: ${{ matrix.php }} - ES: ${{ matrix.es_version }} (MU: ${{ matrix.multisite }})"
name: "WP: ${{ matrix.wp_version }} - PHP: ${{ matrix.php }} - ES: ${{ matrix.es_version }} - MySQL: ${{ matrix.mysql_version }} - (MU: ${{ matrix.multisite }})"
runs-on: ubuntu-latest
strategy:
fail-fast: false # do not fail fast, let all the failing tests fail.
Expand Down

0 comments on commit e3d228e

Please sign in to comment.