mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-10 14:21:30 +00:00
[WIFI-11619] Fix: workflow dependencies
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
3
.github/workflows/update-tests.yml
vendored
3
.github/workflows/update-tests.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- 'tests/**'
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@@ -30,7 +31,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Generate tests as allure results
|
||||
run: docker run -i -t -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"
|
||||
|
||||
- name: Generate Allure report
|
||||
uses: ./.github/actions/generate-allure-report
|
||||
|
||||
Reference in New Issue
Block a user