gitlab-ci-local 4.67.2 → 4.68.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +132 -131
- package/dist/index.js.map +56 -54
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -416,10 +416,10 @@ You need [bun](https://bun.sh/) installed.
|
|
|
416
416
|
bun install
|
|
417
417
|
|
|
418
418
|
# Run all tests
|
|
419
|
-
bun test
|
|
419
|
+
bun run test
|
|
420
420
|
|
|
421
421
|
# Run individual test-case
|
|
422
|
-
|
|
422
|
+
bunx vitest run tests/test-cases/cache-paths-not-array
|
|
423
423
|
```
|
|
424
424
|
|
|
425
425
|

|