diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0bef38..3bfd6eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 + with: + submodules: 'true' - name: Install dependencies run: pip install -r src/scripts/app/requirements.txt - name: Run tests and collect coverage @@ -54,6 +56,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 + with: + submodules: 'true' - name: Install dependencies run: pip install -r src/scripts/app/requirements.txt - name: Run tests and collect coverage @@ -95,6 +99,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 + with: + submodules: 'true' - name: Install dependencies run: pip install -r src/scripts/app/requirements.txt - name: Run tests and collect coverage diff --git a/src/scripts b/src/scripts index 2591517..88c6239 160000 --- a/src/scripts +++ b/src/scripts @@ -1 +1 @@ -Subproject commit 25915172214291288591bd31da67a88320171e58 +Subproject commit 88c6239a26f0033d4657d91840151f4139cd2d13