diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index f280d37..6e17e5a 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Python tests on: push: @@ -37,3 +37,6 @@ jobs: - name: Test with pytest run: | pytest --log-cli-level=DEBUG + env: + test_email: ${{ secrets.ELECTROLUX_TEST_EMAIL }} + test_password: ${{ secrets.ELECTROLUX_TEST_PASSWORD }}