Skip to content

Commit

Permalink
Add stripe private key for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 6, 2020
1 parent a92eaa8 commit 717a763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Run tests
env:
RAILS_ENV: test
STRIPE_PRIVATE_KEY: ${{ secrets.STRIPE_PRIVATE_KEY }}
run: |
bin/rails db:test:prepare
bin/rails test

0 comments on commit 717a763

Please sign in to comment.