diff --git a/.github/workflows/sync-nubank-to-ynab.yml b/.github/workflows/sync-nubank-to-ynab.yml index 486a802..c47fdbe 100644 --- a/.github/workflows/sync-nubank-to-ynab.yml +++ b/.github/workflows/sync-nubank-to-ynab.yml @@ -36,9 +36,9 @@ jobs: if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | pipenv install --dev - - name: Run test suite - run: | - pipenv run pytest +# - name: Run test suite +# run: | +# pipenv run pytest - name: Run sync from nubank to ynab run: | pipenv run make run