Skip to content

Commit bfdf85f

Browse files
authored
Merge pull request #17 from codeigniter4/fix-phpunit-xxx.yml
Fix file paths in phpunit-*.yml
2 parents 7f19d43 + b691568 commit bfdf85f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit-lowest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
- '**.php'
1010
- 'composer.*'
1111
- 'phpunit*'
12-
- '.github/workflows/phpunit.yml'
12+
- '.github/workflows/phpunit-lowest.yml'
1313
push:
1414
branches:
1515
- develop
1616
paths:
1717
- '**.php'
1818
- 'composer.*'
1919
- 'phpunit*'
20-
- '.github/workflows/phpunit.yml'
20+
- '.github/workflows/phpunit-lowest.yml'
2121
workflow_call:
2222

2323
concurrency:

.github/workflows/phpunit-no-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
- '**.php'
1010
- 'composer.*'
1111
- 'phpunit*'
12-
- '.github/workflows/phpunit.yml'
12+
- '.github/workflows/phpunit-no-db.yml'
1313
push:
1414
branches:
1515
- develop
1616
paths:
1717
- '**.php'
1818
- 'composer.*'
1919
- 'phpunit*'
20-
- '.github/workflows/phpunit.yml'
20+
- '.github/workflows/phpunit-no-db.yml'
2121
workflow_call:
2222

2323
concurrency:

0 commit comments

Comments
 (0)