Notice the failure in the cli:test step due to missing build artifacts.
Expected behavior
The cli:test job in the CI pipeline should run successfully.
Related packages/templates
start-frontend
Additional context (optional)
The issue arises because the build process was being executed before the tests, but the test context was deleting the build artifacts. (I still don't know the reason yet.) This caused the CLI test to fail due to missing files.
Describe the bug
The
start-frontend
CLI test is failing in the CI env.https://github.com/monstar-lab-oss/ml-frontend/actions/runs/9904362646/job/27361609817
To Reproduce
Steps to reproduce the behavior:
cli:test
step due to missing build artifacts.Expected behavior
The
cli:test
job in the CI pipeline should run successfully.Related packages/templates
start-frontend
Additional context (optional)
The issue arises because the build process was being executed before the tests, but the test context was deleting the build artifacts. (I still don't know the reason yet.) This caused the CLI test to fail due to missing files.
e.g. https://github.com/monstar-lab-oss/ml-frontend/commit/c41d38fa54c77360d0c6f596402d7750d1807b7b