Skip to content

Commit

Permalink
Fix test call
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Nov 14, 2024
1 parent 322b726 commit a9367ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
key: build-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{ github.sha }}-${{ matrix.os }}-${{ matrix.openfisca-dependencies }}
- run: |
shopt -s globstar
openfisca test --country-package openfisca_tunisia tests/**/*.py
openfisca test --country-package openfisca_tunisia_pension tests/**/*.py
if: matrix.openfisca-dependencies != 'minimal' || matrix.python-version != '3.9.9'
test-path-length:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
echo "TEST_FILES_SUBLIST=$(python "${GITHUB_WORKSPACE}/.github/split_tests.py" ${CI_NODE_TOTAL} ${CI_NODE_INDEX})" >> $GITHUB_ENV
- name: Run YAML test
run: |
openfisca test --country-package openfisca_tunisia ${TEST_FILES_SUBLIST}
openfisca test --country-package openfisca_tunisia_pension ${TEST_FILES_SUBLIST}
test-api:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit a9367ab

Please sign in to comment.