Skip to content

Commit

Permalink
Add needed env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 23, 2024
1 parent fbb4947 commit 301855e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
- name: Install dependencies
run: bundle install

- name: Set environment variables
run: echo "HOST=localhost" >> $GITHUB_ENV
run: echo "REDIS_HOST=localhost:6379" >> $GITHUB_ENV

- name: Run tests
run: bundle exec rspec spec

0 comments on commit 301855e

Please sign in to comment.