mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
ci: Split up steps
This commit is contained in:
parent
aebdb951b0
commit
4ad727836d
2 changed files with 4 additions and 2 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 ci && npm run build
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- uses: ./
|
||||
with:
|
||||
version: ${{ matrix.nextflow_version }}
|
||||
|
|
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -13,7 +13,8 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: npm ci && npm run build
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- uses: JasonEtco/build-and-tag-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue