diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index c9862b579..9c712e530 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -2,11 +2,9 @@ name: Backend Test on: push: - paths: - - .github/workflows/test_backend.yml branches: - test - - chore/update-backend-workflow + - fix/allure-deployment workflow_dispatch: inputs: @@ -37,9 +35,12 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + python ./setup.py python -m pytest --alluredir allure-results env: BASE_URL: https://${{inputs.deployment || 'govtool.cardanoapi.io/api' }} + FAUCET_API_KEY: ${{ secrets. }} + KUBER_API_KEY: https://kuber-govtool.cardanoapi.io - name: Upload report uses: actions/upload-artifact@v3