Skip to content
Snippets Groups Projects
Commit d79a2033 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

fix yml CI

parent fe34bd57
Branches
Tags
2 merge requests!45Develop,!43Resolve "Exclude changes in *.md for CI"
Pipeline #4592 failed
......@@ -14,6 +14,9 @@ stages:
astrocyte_check:
stage: astrocyte
except:
changes:
- "*.md"
script:
- astrocyte_cli check ../cellranger_mkfastq
artifacts:
......@@ -26,9 +29,9 @@ astrocyte_check:
simple_1FC:
stage: simple
except:
- tags
changes:
- "*.md"
- tags
script:
- nextflow run workflow/main.nf --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv"
- pytest -m simple1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment