Skip to content

Commit dd68fea

Browse files
committed
Fixing PHPBench test
1 parent 757c1dd commit dd68fea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ jobs:
350350
- name: "Running PHPBench on current branch"
351351
run: "./phpbench.dist.sh run --tag=current_pr --store"
352352

353+
- name: "Reverting any change (that could have been triggered by composer install)"
354+
run: "git checkout -- ."
355+
353356
- name: "Switching to master branch"
354357
run: "git checkout master"
355358

0 commit comments

Comments
 (0)