Skip to content

Commit

Permalink
ci: simplif & clean
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 25, 2023
1 parent b035337 commit 0ee3d18
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-prod-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ jobs:
xml: output.xml
html: output.html
markdown: output.md
- name: Set summary
if: (failure() || success())
run: cat ./output.md >> $GITHUB_STEP_SUMMARY
- name: Upload one-page HTML report
if: (failure() || success())
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -128,16 +125,10 @@ jobs:
run: |
set -e
set -o pipefail
mkdir aggregates/
ls ./
ls ./*
ls ./*/*
# download-artifact downloads artifacts in a directory named after the artifact
# details: https://github.com/actions/download-artifact#download-all-artifacts
for folder in ./conformance-*.json; do
echo $folder;
file="${folder}/output.json"
new_file="aggregates/${folder#conformance-}"
jq -ns 'inputs' "$file" | node ../gateway-conformance/aggregate.js 1 > "${new_file}"
Expand Down

0 comments on commit 0ee3d18

Please sign in to comment.