We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de406c2 commit 12dc87eCopy full SHA for 12dc87e
1 file changed
.github/workflows/tests.yml
@@ -667,10 +667,10 @@ jobs:
667
668
- name: Setup PHPUnit files
669
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
+ if (-not (Test-Path "phpBB\ext\$env:EXTNAME\.github")) {
+ mkdir "phpBB\ext\$env:EXTNAME\.github"
+ }
+ Copy-Item ".github\phpunit*" -Destination "phpBB\ext\$env:EXTNAME\.github" -Force
674
working-directory: .\phpBB3
675
676
- name: Run unit tests
0 commit comments