diff --git a/.github/workflows/test-module.yml b/.github/workflows/test-module.yml index 91c4413..2490444 100644 --- a/.github/workflows/test-module.yml +++ b/.github/workflows/test-module.yml @@ -12,15 +12,11 @@ on: types: [completed] jobs: - module: - if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '' }} - uses: NethServer/ns8-github-actions/.github/workflows/module-info.yml@main - run_tests: - needs: module - uses: NethServer/ns8-github-actions/.github/workflows/test-on-digitalocean-infra.yml@main + run: + name: "Run tests" + uses: NethServer/ns8-github-actions/.github/workflows/test-module.yml@v1 with: - args: "ghcr.io/${{needs.module.outputs.owner}}/${{needs.module.outputs.name}}:${{needs.module.outputs.tag}}" - repo_ref: ${{needs.module.outputs.sha}} - debug_shell: ${{ github.event.inputs.debug_shell == 'true' || false }} + ui_tests_strategy: on_renovate_ui_change + debug_shell: ${{ github.event.inputs.debug_shell == 'true' }} secrets: do_token: ${{ secrets.do_token }}