mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 14:33:07 +00:00
fix review points
This commit is contained in:
parent
1d71bc60c7
commit
ba674bf904
4
.github/workflows/nim_waku_PR.yml
vendored
4
.github/workflows/nim_waku_PR.yml
vendored
@ -6,6 +6,10 @@ concurrency:
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
node_nwaku:
|
||||
required: true
|
||||
type: string
|
||||
workflow_call:
|
||||
inputs:
|
||||
node_nwaku:
|
||||
|
||||
33
.github/workflows/test_PR_image.yml
vendored
33
.github/workflows/test_PR_image.yml
vendored
@ -54,35 +54,18 @@ jobs:
|
||||
- run: pip install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
pytest -m 'smoke' -n 4 --dist loadgroup --reruns 2 --alluredir=allure-result
|
||||
pytest -m 'smoke' -n 4 --dist loadgroup --reruns 1 --junit-xml=pytest_results.xml
|
||||
|
||||
- name: Get allure history
|
||||
- name: Test Report
|
||||
if: always()
|
||||
uses: actions/checkout@v4
|
||||
uses: dorny/test-reporter@95058abb17504553158e70e2c058fe1fda4392c2
|
||||
with:
|
||||
ref: gh-pages
|
||||
path: gh-pages
|
||||
|
||||
- name: Setup allure report
|
||||
uses: simple-elf/allure-report-action@master
|
||||
if: always()
|
||||
id: allure-report
|
||||
with:
|
||||
allure_results: allure-results
|
||||
gh_pages: gh-pages/${{ env.CALLER }}
|
||||
allure_history: allure-history
|
||||
keep_reports: 30
|
||||
report_url: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}
|
||||
|
||||
- name: Deploy report to Github Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: always()
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: allure-history
|
||||
destination_dir: ${{ env.CALLER }}
|
||||
name: Pytest JUnit Test Report
|
||||
path: pytest_results.xml
|
||||
reporter: java-junit
|
||||
use-actions-summary: 'true'
|
||||
|
||||
- name: Create job summary
|
||||
if: always()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user