Skip to content

Trying sharding and splitting tests and we run out of memory on the m… #11

Trying sharding and splitting tests and we run out of memory on the m…

Trying sharding and splitting tests and we run out of memory on the m… #11

Workflow file for this run

name: End-to-end MGS workflow test
on:
push:
branches:
- '*'
- '!master'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Setup Nextflow latest-edge
uses: nf-core/setup-nextflow@v3
with:
version: "latest-edge"
- name: Install nf-test
run: |
wget -qO- https://get.nf-test.com | bash
sudo mv nf-test /usr/local/bin/
- name: Run index workflow
run: nf-test test --tag index --verbose
- name: Run run workflow
run: nf-test test --tag run --verbose