diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 758b33e..2f0e2bd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,7 +4,7 @@ on: [pull_request] jobs: build: - name: CI + name: Integration pipeline runs-on: ubuntu-latest steps: @@ -22,4 +22,4 @@ jobs: - name: Build and run integration tests env: OPENAI_ACCESS_TOKEN: ${{ secrets.OPENAI_ACCESS_TOKEN }} - run: rake integration \ No newline at end of file + run: rake integration