Skip to content

Commit af01d25

Browse files
committed
Update github actions
1 parent fe51832 commit af01d25

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/playwright-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,16 @@ jobs:
198198
- test_chromium
199199
- test_firefox
200200
- test_webkit
201+
202+
# Prevent multiple deployments running at the same time
203+
concurrency:
204+
group: pages
205+
cancel-in-progress: false
206+
207+
# Required for GitHub Pages deployment
208+
environment:
209+
name: github-pages
210+
url: ${{ steps.deployment.outputs.page_url }}
201211

202212
steps:
203213
- name: Checkout
@@ -224,6 +234,7 @@ jobs:
224234
uses: actions/upload-pages-artifact@v3
225235
with:
226236
path: ./allure-report
237+
retention-days: 1
227238

228239
- name: Deploy to GitHub Pages
229240
id: deployment

0 commit comments

Comments
 (0)