diff --git a/.github/workflows/unit-test-post.yml b/.github/workflows/unit-test-post.yml index c40cff5dd8..1e5a8fd5f8 100644 --- a/.github/workflows/unit-test-post.yml +++ b/.github/workflows/unit-test-post.yml @@ -9,5 +9,8 @@ jobs: publish-test-results: uses: ultimaker/cura-workflows/.github/workflows/unit-test-post.yml@main with: - workflow_run_json: ${{ toJSON(github.event.workflow_run) }} + workflow_run_conclusion: ${{ github.event.workflow_run.conclusion }} + workflow_run_id: ${{ github.event.workflow_run.id }} + workflow_run_head_sha: ${{ github.event.workflow_run.head_sha }} + workflow_run_event: ${{ github.event.workflow_run.event }} secrets: inherit diff --git a/tests/benchmarks/conftest.py b/tests/benchmarks/conftest.py index 6fc1c9ebde..845708d961 100644 --- a/tests/benchmarks/conftest.py +++ b/tests/benchmarks/conftest.py @@ -7,7 +7,7 @@ warn = True @pytest.hookimpl -def pytest_ignore_collect(path, config): +def pytest_ignore_collect(collection_path, config): if config.pluginmanager.hasplugin("pytest-benchmark"): return False else: