Skip to content

Commit 83af01a

Browse files
committed
Use correct naming
1 parent 838b561 commit 83af01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
strategy:
3030
matrix:
3131
PHPVERSION: [8.1]
32-
TEST: [UNIT,E2E]
32+
TEST: [Unit, E2E]
3333
CRAWL_SHADOW_MODE: [0]
3434
SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized"]
3535
include:
3636
- PHPVERSION: 8.4
37-
TEST: UNIT
37+
TEST: Unit
3838
SQL: mysql
3939
SQL_OPTIONS: --health-cmd="mysqladmin ping"
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)