Skip to content

Run integration tests #10

Run integration tests

Run integration tests #10

Workflow file for this run

name: integration-tests
run-name: Run integration tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Setup nextflow
uses: nf-core/setup-nextflow@v1
- name: Checkout this repo
uses: actions/checkout@v4
- name: Run tests
run: bash run_tests.sh