Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpereyraJC authored Sep 12, 2024
1 parent 183bd7b commit f6fd16a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install -q
- name: Run the automated tests
env:
ADJUST_EMAIL: ${{ secrets.ADJUST_EMAIL }}
ADJUST_PASSWORD: ${{ secrets.ADJUST_PASSWORD }}
run: |
echo email=$ADJUST_EMAIL
echo password=$ADJUST_PASSWORD
poetry run pytest --cov=adjust --cov-report xml:coverage.xml -vv
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit f6fd16a

Please sign in to comment.