Skip to content

Commit

Permalink
removing the test step on the action
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemorais committed Oct 22, 2024
1 parent 7628b16 commit a136621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-nubank-to-ynab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a136621

Please sign in to comment.