Skip to content

Commit

Permalink
Updating the different GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 19, 2024
1 parent 936569c commit b0663da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout repository with submodules
uses: actions/checkout@v4
# with:
# submodules: 'recursive' # Ensures all submodules are checked out
# lfs: true # Ensures LFS objects for the main repo are pulled
with:
submodules: 'recursive' # Ensures all submodules are checked out
lfs: true # Ensures LFS objects for the main repo are pulled

- name: Pull LFS objects in submodules
run: |
Expand Down Expand Up @@ -261,6 +261,7 @@ jobs:
- Formatting
- Linting
- Testing-basic
- Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
Expand Down Expand Up @@ -298,6 +299,7 @@ jobs:
- Formatting
- Linting
- Testing-basic
- Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
Expand Down Expand Up @@ -335,6 +337,7 @@ jobs:
- Formatting
- Linting
- Testing-basic
- Testing-basic-with-slurm
steps:
- name: Checkout repository with submodules and LFS
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ samples_to_process: []
# --------------------------------------------------------

# Absolute path to the data location (modify as needed)
data_location: ""
data_location: ".tests/data_CHR17"

# Directory to publish important data (e.g., stats, plots, counts). Leave empty if not required.
publishdir: ""
Expand Down

0 comments on commit b0663da

Please sign in to comment.