Skip to content

Commit cba5d41

Browse files
Fixup CI
1 parent 875e84c commit cba5d41

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Access Control Policy
22

33
[![Project Solid](https://img.shields.io/badge/Project-Solid-7C4DFF.svg)](https://solidproject.org/)
4-
[![Test Workflow](https://github.com/solid/access-control-policy/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/solid/access-control-policy/actions/workflows/test-unit.yml?query=workflow%3AUnit%20Tests+branch%3Amain)
4+
[![Test Workflow](https://github.com/solid/access-control-policy/workflows/CI/badge.svg?branch=main)](https://github.com/solid-contrib/access-control-policy/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amain)
55
[![npm package](https://img.shields.io/npm/v/@solid/access-control-policy)](https://www.npmjs.com/package/@solid/access-control-policy)
66

77
A TypeScript implementation of the Access Control Policy (ACP) [specification](https://solid.github.io/authorization-panel/acp-specification/).

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"lint:prettier": "prettier --ignore-path .gitignore '**/*.{css,html,json,md,mdx,yml}'",
3939
"prepublishOnly": "npm run audit && npm ci --ignore-scripts && npm run build && npm run test",
4040
"start": "npm run build -- --watch",
41-
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
41+
"test": "npm run test:unit",
42+
"test:unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
43+
"test:e2e": ""
4244
},
4345
"devDependencies": {
4446
"@eslint/js": "^9",

0 commit comments

Comments
 (0)