Skip to content

fix: Use relative paths in .po file source comments #15

fix: Use relative paths in .po file source comments

fix: Use relative paths in .po file source comments #15

Triggered via pull request November 23, 2024 18:30
Status Failure
Total duration 1m 13s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build (windows-latest, 20.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (windows-latest, 20.x)
The operation was canceled.
tests/utils/fs-helpers.spec.ts > normalizeFilePath > should handle Windows-style paths correctly: tests/utils/fs-helpers.spec.ts#L28
AssertionError: expected 'C:\Users\User\Projects\project\src\fi…' to be 'project/src/file.ts' // Object.is equality - Expected + Received - project/src/file.ts + C:\Users\User\Projects\project\src\file.ts ❯ tests/utils/fs-helpers.spec.ts:28:81
build (ubuntu-latest, 20.x)
Process completed with exit code 1.
build (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
tests/utils/fs-helpers.spec.ts > normalizeFilePath > should handle Windows-style paths correctly: tests/utils/fs-helpers.spec.ts#L28
AssertionError: expected 'C:\Users\User\Projects\project\src\fi…' to be 'project/src/file.ts' // Object.is equality - Expected + Received - project/src/file.ts + C:\Users\User\Projects\project\src\file.ts ❯ tests/utils/fs-helpers.spec.ts:28:81
build (ubuntu-latest, 18.x)
The operation was canceled.
build (windows-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (windows-latest, 18.x)
The operation was canceled.
build (ubuntu-latest, 20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/