Skip to content

Commit 12dc87e

Browse files
committed
Fix spacing
1 parent de406c2 commit 12dc87e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,10 +667,10 @@ jobs:
667667

668668
- name: Setup PHPUnit files
669669
run: |
670-
if (-not (Test-Path "phpBB\ext\$env:EXTNAME\.github")) {
671-
mkdir "phpBB\ext\$env:EXTNAME\.github"
672-
}
673-
Copy-Item ".github\phpunit*" -Destination "phpBB\ext\$env:EXTNAME\.github" -Force
670+
if (-not (Test-Path "phpBB\ext\$env:EXTNAME\.github")) {
671+
mkdir "phpBB\ext\$env:EXTNAME\.github"
672+
}
673+
Copy-Item ".github\phpunit*" -Destination "phpBB\ext\$env:EXTNAME\.github" -Force
674674
working-directory: .\phpBB3
675675

676676
- name: Run unit tests

0 commit comments

Comments
 (0)