Skip to content

Commit

Permalink
Yaml syntax error ?!
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Sep 1, 2023
1 parent 2c2d48c commit 5dfa322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
cargo install flamegraph
- name: Run flamegraph
run: flamegraph -o ~/flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }}
run: flamegraph -o flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }}

- name: Upload python tests HTMLs
uses: actions/upload-artifact@v3
with:
name: flamegraph
path: *.svg
path: flame-*.svg

0 comments on commit 5dfa322

Please sign in to comment.