You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action Fails on the tag pipeline for version 4.0 [TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined]
#88
Our tag pipeline started failing with version 0.4.0 with below error
Run romeovs/[email protected]
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at Object.join (node:path:1175:7)
at createHref (/home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:22801:19)
at filename (/home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:22895:27)
at toRow (/home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:22885:6)
at /home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:22833:33
at Array.map (<anonymous>)
at /home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:22833:[21](https://github.com/easyjet-dev/da-mobile-app/actions/runs/10901252834/job/30250722067#step:7:22)
at Array.reduce (<anonymous>)
at tabulate (/home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:[22](https://github.com/easyjet-dev/da-mobile-app/actions/runs/10901252834/job/30250722067#step:7:23)829:4)
at comment (/home/runner/work/_actions/romeovs/lcov-reporter-action/v0.4.0/dist/main.js:22984:4) {
code: 'ERR_INVALID_ARG_TYPE'
It used to work fine in version 0.3.1 however we had to upgrade it due to GitHub going to force
The text was updated successfully, but these errors were encountered:
sanjay-bharwani-valtech
changed the title
Action Fails on the tag pipeline for version 4.0
Action Fails on the tag pipeline for version 4.0 [TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined]
Sep 17, 2024
Below is snippet from our CI pipeline.
Our tag pipeline started failing with version 0.4.0 with below error
It used to work fine in version 0.3.1 however we had to upgrade it due to GitHub going to force
test / Unit testThe following actions uses node12 which is deprecated and will be forced to run on node16: romeovs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/Show less
The text was updated successfully, but these errors were encountered: