Skip to content

Commit

Permalink
filter results 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman authored Dec 19, 2024
1 parent bda0bb3 commit 061eecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-larva-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: docker://pandoc/core:3.5
if: ${{ always() }}
with:
args: -s results.html --from html -o results.md --to markdown_github --standalone
args: -s results.html --from html --to gfm --standalone | xmllint --html -xpath "html/body/div" > results.html

- name: Add Larva Result To GitHub Actions Summary
shell: bash
Expand Down

0 comments on commit 061eecd

Please sign in to comment.