mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
Update CI example to build js
This commit is contained in:
parent
09deb3e48f
commit
6ff7aa9784
1 changed files with 2 additions and 1 deletions
3
.github/workflows/example.yml
vendored
3
.github/workflows/example.yml
vendored
|
@ -30,7 +30,8 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
cache: "npm"
|
||||
- run: npm install
|
||||
- run: npm i -g @vercel/ncc
|
||||
- run: npm ci && npm run build
|
||||
- uses: ./
|
||||
with:
|
||||
version: ${{ matrix.nextflow_version }}
|
||||
|
|
Loading…
Reference in a new issue