We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757c1dd commit dd68feaCopy full SHA for dd68fea
.github/workflows/continuous-integration.yml
@@ -350,6 +350,9 @@ jobs:
350
- name: "Running PHPBench on current branch"
351
run: "./phpbench.dist.sh run --tag=current_pr --store"
352
353
+ - name: "Reverting any change (that could have been triggered by composer install)"
354
+ run: "git checkout -- ."
355
+
356
- name: "Switching to master branch"
357
run: "git checkout master"
358
0 commit comments