Skip to content

Commit

Permalink
param was lost in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling committed Nov 28, 2024
1 parent 55eff95 commit b873b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
EE_ACCOUNT: ${{ secrets.EE_ACCOUNT }}
EE_PRIVATE_KEY_DATA: ${{ secrets.EE_PRIVATE_KEY_DATA }}
run: |
pytest -v -r s --color=yes --cov=ecoscope --cov-append --cov-report=xml
pytest -v -r s -m ${{ inputs.io }} --color=yes --cov=ecoscope --cov-append --cov-report=xml
- name: Codecov
uses: codecov/codecov-action@v5

0 comments on commit b873b5d

Please sign in to comment.