File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/download-artifact@v4
20
20
with :
21
21
pattern : ${{ format('{0}*', inputs.group) }}
22
- path : public
22
+ path : public/${{ github.run_id }}
23
23
24
24
- name : Deploy 🚀
25
25
uses : JamesIves/github-pages-deploy-action@v4
26
26
with :
27
27
folder : public
28
+ clean : false
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
environment :
22
22
name : staging
23
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ env.REPORT_NAME }}/report
23
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}/report
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
Original file line number Diff line number Diff line change 40
40
name : E2E AppImage tests
41
41
environment :
42
42
name : production
43
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ env.REPORT_NAME }}
43
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}
44
44
steps :
45
45
- uses : actions/checkout@v4
46
46
Original file line number Diff line number Diff line change 36
36
name : E2E Docker tests
37
37
environment :
38
38
name : production
39
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ env.REPORT_NAME }}-${{ matrix.parallel }}
39
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}-${{ matrix.parallel }}
40
40
container :
41
41
image : docker:latest
42
42
options : --privileged
Original file line number Diff line number Diff line change 14
14
name : Frontend tests
15
15
environment :
16
16
name : staging
17
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ env.REPORT_NAME }}/report
17
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}/report
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
Original file line number Diff line number Diff line change 88
88
needs : set-matrix
89
89
environment :
90
90
name : production
91
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ env.REPORT_NAME }}-${{ matrix.rte }}
91
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}-${{ matrix.rte }}
92
92
strategy :
93
93
fail-fast : false
94
94
matrix :
You can’t perform that action at this time.
0 commit comments