changing unit tests

This commit is contained in:
Khalim Conn-Kowlessar 2025-05-15 17:26:04 +01:00
parent 66e6a9e74b
commit 1788b6a5ec

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