WPT results aggregating based on layout

This commit is contained in:
sagudev 2023-04-27 09:05:02 +02:00
parent b4c465e6a2
commit 219afcc9a8
2 changed files with 19 additions and 12 deletions

View file

@ -203,7 +203,7 @@ jobs:
path: |
unexpected-test-wpt.log
- name: Comment on PR with results
run: etc/ci/report_aggregated_expected_results.py wpt-filtered-results-linux/*.json
run: etc/ci/report_aggregated_expected_results.py --tag="linux-wpt-${{ env.LAYOUT }}" wpt-filtered-results-linux/*.json
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}