Skip to content

Commit

Permalink
[automated] Fix linting with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Aug 4, 2023
1 parent b277395 commit 7e65b30
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,16 @@ jobs:
strategy:
fail-fast: false
matrix:
tests: ["test_bins", "test_coassembly", "test_model_information", "test_mouse_all_pep_lengths", "test_bins_only", "test_mhcflurry", "test_mhcnuggets_1", "test_mhcnuggets_2"] # add further test profiles here, will be run in parallel (but only with one nextflow version)
tests: [
"test_bins",
"test_coassembly",
"test_model_information",
"test_mouse_all_pep_lengths",
"test_bins_only",
"test_mhcflurry",
"test_mhcnuggets_1",
"test_mhcnuggets_2",
] # add further test profiles here, will be run in parallel (but only with one nextflow version)
steps:
- name: Check out pipeline code
uses: actions/checkout@v2
Expand Down

0 comments on commit 7e65b30

Please sign in to comment.