Skip to content

Commit

Permalink
Merge branch 'master' into break_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jan 23, 2024
2 parents 330db35 + c3206ca commit 9471ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
build:
name: CI
name: Integration pipeline
runs-on: ubuntu-latest

steps:
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Build and run integration tests
env:
OPENAI_ACCESS_TOKEN: ${{ secrets.OPENAI_ACCESS_TOKEN }}
run: rake integration
run: rake integration

0 comments on commit 9471ff2

Please sign in to comment.