CI/CD Pipeline #575
main.yml
on: schedule
Lint and Format Check
31s
Security Audit
14s
Matrix: test
Annotations
5 errors and 2 warnings
|
Test (Node 22.x)
Process completed with exit code 1.
|
|
src/test/unit/package-installability.test.ts > package installability metadata > publishes release tags through npm trusted publishing:
src/test/unit/package-installability.test.ts#L109
AssertionError: expected '\n publish:\n name: Publish packa…' to contain 'id-token: write'
- Expected
+ Received
- id-token: write
+
+ publish:
+ name: Publish package
+ needs: verify
+ runs-on: ubuntu-latest
+ environment: npm-publish
+ permissions:
+ contents: read
+ steps:
+ - name: Setup Node.js
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ with:
+ node-version: "24.x"
+ registry-url: "https://registry.npmjs.org"
+ package-manager-cache: false
+
+ - name: Download npm package artifact
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ with:
+ name: npm-package
+
+ - name: Publish to npm
+ run: npm publish *.tgz --access public
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+
❯ src/test/unit/package-installability.test.ts:109:24
|
|
Test (Node 20.x)
The strategy configuration was canceled because "test._22_x" failed
|
|
Test (Node 20.x)
Process completed with exit code 1.
|
|
src/test/unit/package-installability.test.ts > package installability metadata > publishes release tags through npm trusted publishing:
src/test/unit/package-installability.test.ts#L109
AssertionError: expected '\n publish:\n name: Publish packa…' to contain 'id-token: write'
- Expected
+ Received
- id-token: write
+
+ publish:
+ name: Publish package
+ needs: verify
+ runs-on: ubuntu-latest
+ environment: npm-publish
+ permissions:
+ contents: read
+ steps:
+ - name: Setup Node.js
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ with:
+ node-version: "24.x"
+ registry-url: "https://registry.npmjs.org"
+ package-manager-cache: false
+
+ - name: Download npm package artifact
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ with:
+ name: npm-package
+
+ - name: Publish to npm
+ run: npm publish *.tgz --access public
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+
❯ src/test/unit/package-installability.test.ts:109:24
|
|
Test (Node 22.x)
No files were found with the provided path: coverage/
test-results/. No artifacts will be uploaded.
|
|
Test (Node 20.x)
No files were found with the provided path: coverage/
test-results/. No artifacts will be uploaded.
|