Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jan 23, 2024
1 parent ea6514a commit c3206ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
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 c3206ca

Please sign in to comment.