Skip to content

Commit

Permalink
Do not checkout test data in CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Dec 20, 2023
1 parent 2102629 commit a180001
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ jobs:
- name: Check out pipeline code
uses: actions/checkout@v3

- name: Checkout test data
uses: actions/checkout@v3
with:
repository: nf-core/test-datasets
ref: spatialtranscriptomics
fetch-depth: 1
path: test-datasets

# Install Nextflow
- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
Expand Down

0 comments on commit a180001

Please sign in to comment.