|
|
@ -54,7 +54,7 @@ jobs: |
|
|
|
# Run the results comparison |
|
|
|
# Run the results comparison |
|
|
|
- name: Compare results |
|
|
|
- name: Compare results |
|
|
|
if: github.event_name == 'pull_request' |
|
|
|
if: github.event_name == 'pull_request' |
|
|
|
id: compare-non-vm |
|
|
|
id: compare |
|
|
|
shell: bash |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
cd boa |
|
|
|
cd boa |
|
|
@ -85,8 +85,7 @@ jobs: |
|
|
|
body: | |
|
|
|
body: | |
|
|
|
### Test262 conformance changes |
|
|
|
### Test262 conformance changes |
|
|
|
|
|
|
|
|
|
|
|
${{ steps.compare-non-vm.outputs.comment }} |
|
|
|
${{ steps.compare.outputs.comment }} |
|
|
|
${{ steps.compare-vm.outputs.comment }} |
|
|
|
|
|
|
|
edit-mode: replace |
|
|
|
edit-mode: replace |
|
|
|
|
|
|
|
|
|
|
|
- name: Write a new comment |
|
|
|
- name: Write a new comment |
|
|
@ -98,8 +97,7 @@ jobs: |
|
|
|
body: | |
|
|
|
body: | |
|
|
|
### Test262 conformance changes |
|
|
|
### Test262 conformance changes |
|
|
|
|
|
|
|
|
|
|
|
${{ steps.compare-non-vm.outputs.comment }} |
|
|
|
${{ steps.compare.outputs.comment }} |
|
|
|
${{ steps.compare-vm.outputs.comment }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Commit changes to GitHub pages. |
|
|
|
# Commit changes to GitHub pages. |
|
|
|
- name: Commit files |
|
|
|
- name: Commit files |
|
|
|