Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 3, 2024
1 parent 29941de commit ce92be6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
services:
trend:
image: ankane/trend-api
ports:
- 8000:8000
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rake test
env:
TREND_URL: http://localhost:8000

0 comments on commit ce92be6

Please sign in to comment.