diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e07d1a3..925438e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - PAREA_API_KEY: ${{ secrets.OPENAI_API_KEY }} + PAREA_API_KEY: ${{ secrets.PAREA_API_KEY }} runs-on: ubuntu-latest strategy: @@ -42,6 +42,6 @@ jobs: - name: Unit tests run: make unit-test -# -# - name: Integration tests -# run: make integration-test + + - name: Integration tests + run: make integration-test