We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b6347 commit ef9fffaCopy full SHA for ef9fffa
1 file changed
.github/workflows/robot-tests.yml
@@ -8,6 +8,11 @@ on:
8
- 'backends/advanced/src/**'
9
- '.github/workflows/robot-tests.yml'
10
11
+permissions:
12
+ contents: read
13
+ pages: write
14
+ id-token: write
15
+
16
jobs:
17
robot-tests:
18
runs-on: ubuntu-latest
@@ -241,6 +246,17 @@ jobs:
241
246
tests/results/log.html
242
247
retention-days: 30
243
248
249
+ - name: Publish HTML Report as GitHub Pages artifact
250
+ if: always()
251
+ uses: actions/upload-pages-artifact@v3
252
+ with:
253
+ path: tests/results
254
255
+ - name: Deploy to GitHub Pages
256
257
+ uses: actions/deploy-pages@v4
258
+ id: deployment
259
244
260
- name: Upload Robot Framework XML output
245
261
if: always()
262
uses: actions/upload-artifact@v4
0 commit comments