mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 20:07:57 +00:00
[WIFI-11619] Dbg: runtime user
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
5
.github/workflows/update-tests.yml
vendored
5
.github/workflows/update-tests.yml
vendored
@@ -31,7 +31,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Generate tests as allure results
|
- name: Generate tests as allure results
|
||||||
run: docker run -v $PWD/allure-results:/allure-results tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }} -c "cd tests; pytest -s -vvv --alluredir=/allure-results --skip-all"
|
run: |
|
||||||
|
docker run -v $PWD/allure-results:/allure-results tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }} -c "cd tests; pytest -s -vvv --alluredir=/allure-results --skip-all"
|
||||||
|
id
|
||||||
|
ls -al $PWD/allure-results
|
||||||
|
|
||||||
- name: Generate Allure report
|
- name: Generate Allure report
|
||||||
uses: ./.github/actions/generate-allure-report
|
uses: ./.github/actions/generate-allure-report
|
||||||
|
|||||||
Reference in New Issue
Block a user