Skip to content

Commit

Permalink
Don't use recursive flag for removal of one file in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Oct 30, 2023
1 parent 37e6d6f commit 116fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
php-${{ matrix.php-version }}-phpbench-1.x-
- name: "Clean previous summary"
run: rm -rf ./var/phpbench/summary.txt
run: rm -f ./var/phpbench/summary.txt

- name: "Execute benchmarks"
id: init_comment
Expand Down

0 comments on commit 116fb2e

Please sign in to comment.