mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-09 13:51:46 +00:00
Merge pull request #80 from Telecominfraproject/staging-wifi-3012
fixed marker expression for allure report part
This commit is contained in:
4
.github/workflows/sanity.yml
vendored
4
.github/workflows/sanity.yml
vendored
@@ -311,13 +311,13 @@ jobs:
|
||||
run: cp -r allure-results allure-report/results
|
||||
|
||||
- name: copy new report
|
||||
if: ${{ (github.event.inputs.marker_expression || 'sanity') == 'sanity and not interop' }}
|
||||
if: ${{ (github.event.inputs.marker_expression || 'sanity and not interop') == 'sanity and not interop' }}
|
||||
run: |
|
||||
mkdir -p reports/sanity/${{ matrix.testbed }}
|
||||
cp -Tr allure-report reports/sanity/${{ matrix.testbed }}/${{ github.run_number }}
|
||||
|
||||
- name: update latest symlink
|
||||
if: ${{ (github.event.inputs.marker_expression || 'sanity') == 'sanity and not interop' }}
|
||||
if: ${{ (github.event.inputs.marker_expression || 'sanity and not interop') == 'sanity and not interop' }}
|
||||
working-directory: reports/sanity/${{ matrix.testbed }}
|
||||
run: ln -fns ${{ github.run_number }} latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user