Skip to content

Commit c3e42b2

Browse files
committed
TEST
1 parent f62724a commit c3e42b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/performance/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ runs:
2727
- name: Discover `test/bench` changes
2828
if: ${{ inputs.is_fork == 'false' }}
2929
run: |
30-
git diff --no-index $(nix build --print-out-paths .#tests.bench)/share test/bench/ok | patch -p1 -R
30+
git diff --no-index $(nix build --print-out-paths .#tests.bench)/share test/bench/ok | tee /dev/stderr | patch -p1 -R | echo $?
31+
git diff
32+
echo "WHAT's up?"
3133
git switch ${{ inputs.head_ref }}
3234
git branch --show-current
3335
shell: bash

0 commit comments

Comments
 (0)