From: Jessica Wagantall Date: Thu, 4 Apr 2024 02:10:10 +0000 (-0700) Subject: Fix: Call the right tox workflow X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F12651%2F1;p=com%2Fpylog.git Fix: Call the right tox workflow Was accidentally calling the maven one Change-Id: Ic933c19f26fbfaabce460aa8be9703bda6472cd3 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index cb84343..3c0af63 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -76,7 +76,7 @@ jobs: steps: - name: Run Tox verify # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/actions/maven-build-action@main + uses: lfit/releng-reusable-workflows/.github/actions/tox-run-action@main with: tox-envs: '["py3"]' - name: Run SonarCloud Scan