Skip to content

Commit

Permalink
Add .tests-mock, update GH actions, synchronise generate_exclude_file…
Browse files Browse the repository at this point in the history
…_for_mosaic_count
  • Loading branch information
weber8thomas committed Jun 26, 2024
1 parent d10143f commit 761aa21
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,17 @@ jobs:
steps:
- 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: |
git submodule foreach --recursive 'git pull origin main'
# - name: Pull LFS objects in submodules
# run: |
# git submodule foreach --recursive 'git pull origin main'

- name: List contents of .tests
run: |
tree -h .tests
- name: List contents of workflow/data
run: |
tree -h workflow/data
tree -h github-actions-runner/.tests
- name: Setup Python
uses: actions/setup-python@v5
Expand All @@ -61,7 +57,7 @@ jobs:
- name: Run Snakemake Lint
run: |
snakemake --lint
snakemake --config data_location=github-actions-runner/.tests --lint
Testing-basic-v7:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 761aa21

Please sign in to comment.