mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
Fix testing ci
This commit is contained in:
parent
62561112a2
commit
c6daa302be
2 changed files with 7 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -23,5 +23,6 @@ jobs:
|
|||
- run: npm run format:check
|
||||
- run: npm run lint
|
||||
- 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 }}
|
||||
|
|
|
@ -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).
|
||||
|
||||
## Fixed
|
||||
|
||||
- Re-enable npm run test in CI (#15).
|
||||
|
||||
## [1.3.0] - 2023-05-19
|
||||
|
||||
## Changed
|
||||
|
|
Loading…
Reference in a new issue