Fix testing ci

This commit is contained in:
Robrecht Cannoodt 2023-06-22 09:23:18 +02:00
parent 62561112a2
commit c6daa302be
2 changed files with 7 additions and 2 deletions

View file

@ -23,5 +23,6 @@ jobs:
- run: npm run format:check - run: npm run format:check
- run: npm run lint - run: npm run lint
- run: npm run package - run: npm run package
# FIXME Token doesn't get passed correctly - run: npm run test
# - run: npm run test env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- If `fs.renameSync` fails (e.g. because source and destination files are on different partitions), try `fs.copySync` and `fs.unlinkSync` instead (#14). - If `fs.renameSync` fails (e.g. because source and destination files are on different partitions), try `fs.copySync` and `fs.unlinkSync` instead (#14).
## Fixed
- Re-enable npm run test in CI (#15).
## [1.3.0] - 2023-05-19 ## [1.3.0] - 2023-05-19
## Changed ## Changed