Skip to content

Commit

Permalink
filter result 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman authored Dec 19, 2024
1 parent b430a71 commit 694c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-larva-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Filter Result
shell: bash
run: |
apt-get update -qq
apt-get install -y libxml2-utils
apt update
apt install -y libxml2-utils
xmllint --html -xpath "/html/body/div" results.html > results.html
- name: Generate Result in Markdown
Expand Down

0 comments on commit 694c1a2

Please sign in to comment.