Skip to content

Commit

Permalink
Merge pull request #2229 from Vizzuality/fix_build
Browse files Browse the repository at this point in the history
pass the env vars to rspec job
  • Loading branch information
agnessa authored May 23, 2023
2 parents ac0ac1e + e2e4d58 commit 133441f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/back_end_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
PGUSER: ${{ env.POSTGRES_USER }}
PGPASSWORD: ${{ env.POSTGRES_PASSWORD }}
RAILS_ENV: test
TWITTER_CONSUMER_KEY: ${{ env.TWITTER_CONSUMER_KEY }}
TWITTER_CONSUMER_SECRET: ${{ env.TWITTER_CONSUMER_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ env.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ env.TWITTER_ACCESS_TOKEN_SECRET }}
run: bundle exec rspec spec --fail-fast

rubo_cop:
Expand Down

0 comments on commit 133441f

Please sign in to comment.