Skip to content

Commit

Permalink
Use correct naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 1, 2024
1 parent 838b561 commit 83af01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
strategy:
matrix:
PHPVERSION: [8.1]
TEST: [UNIT,E2E]
TEST: [Unit, E2E]
CRAWL_SHADOW_MODE: [0]
SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized"]
include:
- PHPVERSION: 8.4
TEST: UNIT
TEST: Unit
SQL: mysql
SQL_OPTIONS: --health-cmd="mysqladmin ping"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83af01a

Please sign in to comment.