Explorar el Código

Pass qase.io token into e2e workflow

Roman Zabaluev hace 3 años
padre
commit
5e04f3e880
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/e2e-checks.yaml

+ 1 - 1
.github/workflows/e2e-checks.yaml

@@ -47,7 +47,7 @@ jobs:
       - name: e2e run
         run: |
           mvn versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
-          mvn -pl '!kafka-ui-api' test -Pprod
+          mvn -DQASEIO_API_TOKEN=${{ secrets.QASEIO_API_TOKEN }} -pl '!kafka-ui-api' test -Pprod
       - name: Generate allure report
         uses: simple-elf/allure-report-action@master
         if: always()