ci: Add a test for PR #14

data-intuitive-add-try-catch
Edmund Miller 11 months ago
parent be72b1dc0f
commit d102eb134b
No known key found for this signature in database
GPG Key ID: BD387FF7BC10AA9D

@ -42,3 +42,21 @@ jobs:
version: ${{ matrix.nextflow_version }}
all: ${{ matrix.all_distribution }}
- run: nextflow -v
test-14:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run package
- uses: easimon/maximize-build-space@v7
- uses: ./
with:
version: ${{ matrix.nextflow_version }}
all: ${{ matrix.all_distribution }}
- run: nextflow -v

Loading…
Cancel
Save