Skip to content

npx tape-run fails in GitHub Actions workflow. #94

@aacic

Description

@aacic

The command npx tape-run fails in GitHub Actions workflow in case ubuntu-latest is used. Currently, the default runner for ubuntu-latest is Ubuntu 24.04.1 LTS.

Error log:

npx tape-run --static ../public
npm error Lifecycle script `test:unit` failed with error:
npm error code 1
npm error path /home/runner/work/proteinpaint/proteinpaint/client
npm error workspace @sjcrh/proteinpaint-client@2.104.1-0
npm error location /home/runner/work/proteinpaint/proteinpaint/client
npm error command failed
npm error command sh -c ./test.sh *.unit.spec.*
Error: Process completed with exit code 1.

The same workflow executes successfully on: ubuntu-22.04.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions