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 f62724a commit c3e42b2Copy full SHA for c3e42b2
.github/actions/performance/action.yml
@@ -27,7 +27,9 @@ runs:
27
- name: Discover `test/bench` changes
28
if: ${{ inputs.is_fork == 'false' }}
29
run: |
30
- git diff --no-index $(nix build --print-out-paths .#tests.bench)/share test/bench/ok | patch -p1 -R
+ 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?"
33
git switch ${{ inputs.head_ref }}
34
git branch --show-current
35
shell: bash
0 commit comments