diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index bb414f90a..a3f6b1629 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -81,4 +81,4 @@ jobs: MY_MOLECULE_IMAGE=${{ matrix.container }} MY_MOLECULE_VERSION=${{ matrix.version }} MY_MOLECULE_DOCKER_COMMAND=${{ matrix.command }} - molecule -vvv -c common/molecule.yml test -s ${{ matrix.scenario_name }} + molecule -c common/molecule.yml test -s ${{ matrix.scenario_name }}