File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- name : Publish Jest Report
1+ name : Publish jest report using 2 seperated jobs
22
33on :
44 push :
@@ -10,8 +10,6 @@ permissions:
1010 pages : write
1111 id-token : write
1212
13- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
14- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1513concurrency :
1614 group : " pages"
1715 cancel-in-progress : false
4139 name : my-artifact
4240 path : test-results/report
4341
44- # Single deploy job since we're just deploying
42+
4543 deploy :
46- needs : test # Ensure deploy only runs after tests complete successfully
44+ needs : test
4745 environment :
4846 name : github-pages
4947 url : ${{ steps.deployment.outputs.page_url }}
5351 uses : actions/checkout@v4
5452
5553 - name : Setup Pages
56- uses : actions/configure-pages@v3
54+ uses : actions/configure-pages@v4
5755
5856 - name : Download artifacts
5957 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ permissions:
1010 pages : write
1111 id-token : write
1212
13- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
14- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1513concurrency :
1614 group : " pages"
1715 cancel-in-progress : false
4038 run : npm run test:sanity
4139
4240 - name : Setup Pages
43- uses : actions/configure-pages@v3
41+ uses : actions/configure-pages@v4
4442
4543 - name : Download artifacts
4644 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments