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 50d24dc commit d10143f
Show file tree
Hide file tree
Showing 38 changed files with 101 additions and 1,189 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: "recursive" # Ensures all submodules are checked out
lfs: true # Ensures LFS objects for the main repo are pulled
# lfs: true # Ensures LFS objects for the main repo are pulled

- name: Pull LFS objects in submodules
run: |
git submodule foreach --recursive 'git lfs pull'
git submodule foreach --recursive 'git pull origin main'
- name: List contents of .tests
run: |
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
# lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git lfs pull'
run: git submodule foreach --recursive 'git pull origin main'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
# lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git lfs pull'
run: git submodule foreach --recursive 'git pull origin main'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -175,10 +175,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
# lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git lfs pull'
run: git submodule foreach --recursive 'git pull origin main'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -215,10 +215,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
# lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git lfs pull'
run: git submodule foreach --recursive 'git pull origin main'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -255,10 +255,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
# lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git lfs pull'
run: git submodule foreach --recursive 'git pull origin main'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -295,10 +295,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
# lfs: true

- name: Pull LFS objects in submodules
run: git submodule foreach --recursive 'git lfs pull'
run: git submodule foreach --recursive 'git pull origin main'

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
15 changes: 0 additions & 15 deletions watchdog_pipeline/excluded_samples.yaml

This file was deleted.

Loading

0 comments on commit d10143f

Please sign in to comment.