File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -322,8 +322,6 @@ jobs:
322
322
phpunit-phpbench :
323
323
name : " PHPBench"
324
324
runs-on : " ubuntu-latest"
325
- # TODO: Re-enable this job once the dependencies are fixed
326
- if : false # Current master branch dependencies are broken because it requires dbal3 and brain-diminished/schema-version-control
327
325
328
326
strategy :
329
327
matrix :
@@ -366,13 +364,13 @@ jobs:
366
364
run : " ./phpbench.dist.sh run --tag=current_pr --store"
367
365
368
366
- name : " Reverting any change (that could have been triggered by composer install)"
369
- run : " git checkout -- . && rm composer.lock "
367
+ run : " git checkout -- ."
370
368
371
369
- name : " Switching to master branch"
372
370
run : " git checkout master"
373
371
374
372
- name : " Install master dependencies"
375
- run : " composer install --no-interaction --no-progress "
373
+ run : " composer update "
376
374
377
375
- name : " Running PHPBENCH on master, Generating Report (RESULTS ARE INVERTED AS MASTER IS RUN AFTER CURRENT)"
378
376
run : " ./phpbench.dist.sh run --ref=current_pr --store --report=aggregate"
You can’t perform that action at this time.
0 commit comments