From c3206ca3f754c40cee2452fcb58ff635a1d40d5c Mon Sep 17 00:00:00 2001 From: Agustin Pequeno <33221555+aguspe@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:46:45 +0100 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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