Skip to content

Commit ac99f1e

Browse files
committed
chore: wip
1 parent 5a30aa0 commit ac99f1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ jobs:
145145
uses: mikepenz/action-junit-report@v3
146146
if: success() || failure() # always run even if the previous step fails
147147
with:
148-
report_paths: './vendor/junit.xml'
148+
report_paths: './junit.xml'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ composer.lock
44

55
# PHPUnit
66
.phpunit.result.cache
7+
junit.xml

0 commit comments

Comments
 (0)