Merge pull request #435 from Hestia-Homes/remote-assessment-api

changing unit tests
This commit is contained in:
KhalimCK 2025-05-15 17:26:38 +01:00 committed by GitHub
commit 8476827d47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,9 +9,6 @@ jobs:
test:
runs-on: ubuntu-latest
env:
EPC_AUTH_TOKEN: ${{ secrets.DEV_EPC_AUTH_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -33,5 +30,7 @@ jobs:
aws-region: eu-west-2
- name: Run tests with tox via Makefile
env:
EPC_AUTH_TOKEN: ${{ secrets.DEV_EPC_AUTH_TOKEN }}
run: |
make test