Skip to content

Commit

Permalink
Integration pipeline (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalia-ss committed Jan 23, 2024
1 parent 71298ce commit ea6514a
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Rspec Tests
name: Integration tests

on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
on: [pull_request]

jobs:
build:
Expand All @@ -23,7 +19,7 @@ jobs:
- name: Install gems
run: bundle install

- name: Build and test with rspec
- name: Build and run integration tests
env:
OPENAI_ACCESS_TOKEN: ${{ secrets.OPENAI_ACCESS_TOKEN }}
run: bundle exec rspec spec
run: rake integration

0 comments on commit ea6514a

Please sign in to comment.