File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 4747 if : always()
4848 runs-on : ubuntu-latest
4949 permissions :
50+ checks : write
5051 contents : write
5152 pages : write
5253 steps :
5859 name : allure-output
5960 path : allure_output
6061 - name : Deploy report to GitHub Pages
62+ id : report
6163 uses : PavanMudigonda/html-reporter-github-pages@v1.5.21
6264 with :
6365 test_results : allure_output
6668 gh_pages : pages_reports
6769 workflow_name : ${{ github.workflow }}
6870 use_actions_summary : true
71+ - name : Notify about generated report
72+ uses : LouisBrunner/checks-action@v1.1.1
73+ with :
74+ token : ${{ secrets.GITHUB_TOKEN }}
75+ name : PaperWM test reports
76+ conclusion : success
77+ output : |
78+ { "summary": "${{ steps.report.outputs.summary }}", "details_url": "${{env.GITHUB_PAGES_WEBSITE_URL}}/${{ github.run_number }}/index.html" }
Original file line number Diff line number Diff line change @@ -11,3 +11,7 @@ package-lock.json
1111
1212# generated disk image for test VM
1313nixos.qcow2
14+
15+ # generated test outputs
16+ allure_output /
17+ scr- * .png
Original file line number Diff line number Diff line change 22
33@when ("the machine starts" )
44def machine_boot (context ):
5- pass
65 # no-op: our test template starts the machine already
6+ pass
77
88@then ("the machine should reach graphics" )
99def graphical_target (context ):
You can’t perform that action at this time.
0 commit comments