Skip to content

Commit cb2249a

Browse files
authored
Merge pull request #47 from iMattPro/fixes
Fix steps w/o names
2 parents 5629de2 + 3a2b04b commit cb2249a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ jobs:
226226
with:
227227
path: phpBB3/phpBB/ext/${{ env.EXTNAME }}
228228

229-
- id: database-type
229+
- name: Set database type
230+
id: database-type
230231
env:
231232
MATRIX_DB: ${{ matrix.db }}
232233
run: |
@@ -400,7 +401,8 @@ jobs:
400401
with:
401402
path: phpBB3/phpBB/ext/${{ env.EXTNAME }}
402403

403-
- id: database-type
404+
- name: Set database type
405+
id: database-type
404406
env:
405407
MATRIX_DB: ${{ matrix.db }}
406408
run: |
@@ -540,7 +542,8 @@ jobs:
540542
with:
541543
path: phpBB3/phpBB/ext/${{ env.EXTNAME }}
542544

543-
- id: database-type
545+
- name: Set database type
546+
id: database-type
544547
env:
545548
MATRIX_DB: ${{ matrix.db }}
546549
run: |

0 commit comments

Comments
 (0)