Tox issue fixed in the workflow
component tests run after unit tests
Issue-Id: AIMLFW-316
Change-Id: I259f6dc7cde6ed6a67cbed8a6ae3b11376508d62
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }}
TOX_ENVS: '["code"]'
PYTHON_VERSION: '3.10'
+ PARALLEL: 1
component-test:
- needs: prepare
+ needs: [prepare, call-gerrit-tox-verify]
runs-on: ubuntu-latest
timeout-minutes: 20
vote:
if: ${{ always() }}
# yamllint enable rule:line-length
- needs: [prepare, call-gerrit-tox-verify]
+ needs: [prepare, call-gerrit-tox-verify,component-test]
runs-on: ubuntu-latest
steps:
- uses: technote-space/workflow-conclusion-action@v3