-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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.
fregante
Metadata
Metadata
Assignees
Labels
No labels