Skip to content

Commit

Permalink
ci: Slightly more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 20, 2024
1 parent 3b6b4b3 commit 8bd32a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
retention-days: 1
- name: Setup validate_module_descriptor_errors file
if: failure()
run: echo "$(cat validate_module_descriptor_output.txt)" | egrep "\[ERROR\]\s*(\"key\"|\"value\")" | sed 's/\[ERROR\]//;s/\"value\"\(.*\)/\"value\"\0\n/' | tee validate_module_descriptor_errors.txt
run: echo "$(cat validate_module_descriptor_output.txt)" | egrep "\[ERROR\]\s*(\"key\"|\"value\")" | sed 's/\[ERROR\]\(\s*\)//;s/\"value\"\(\s*\):\(\s*\)\(.*\)/\3\n/;s/"key\"\(\s*\):\(\s*\)\(.*\)/\3/' | tee validate_module_descriptor_errors.txt
- name: Comment failures on PR
if: failure()
run: |
Expand Down

0 comments on commit 8bd32a9

Please sign in to comment.