Skip to content

Commit

Permalink
run docker container in background
Browse files Browse the repository at this point in the history
missing health checks?

Signed-off-by: Alexandre Chakroun <achakroun@macmail.fr>
  • Loading branch information
alxckn committed Apr 7, 2024
1 parent 3e460ec commit b427f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
working-directory: ./providers/openfeature-flagd-provider
- name: Launch flagd instance
run: docker-compose up flagd
run: docker-compose up -d flagd
working-directory: ./providers/openfeature-flagd-provider/docker
- name: Run tests
run: bundle exec rspec

0 comments on commit b427f87

Please sign in to comment.