Skip to content

circle ci run-tests options 'use-parallel' and 'test-results-html' do not work #57

Open
@adastar

Description

@adastar

I have the circle ci yml file:

version: 2.1
orbs:
matlab: mathworks/matlab@dev:v1-rc
jobs:
build:
# environment:
# MATHWORKS_RMC_BASE_URL: https://mw-ci-static-dev.s3.amazonaws.com/run-matlab-command/v2
# MATHWORKS_LICENSING_ENDPOINT: stage

machine:
  image: ubuntu-2204:2023.10.1
steps:
  - checkout
  - matlab/install:
      release: R2023b
  - matlab/run-command:
      command: magic(3)
  - matlab/run-tests:
      source-folder: code
      use-parallel: Yes
      test-results-html: results.html
  - matlab/run-build:
      tasks: clean mtest

The build finished without error. But in the test log, I do not see it starts parallel pool, I also do not see the results.html is generated. There is no log shows the option does not work either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions