Skip to content

Commit

Permalink
Update CI so the docker image runs in the background and does not blo…
Browse files Browse the repository at this point in the history
…ck CI.
  • Loading branch information
mrbiggred committed May 4, 2023
1 parent 5276967 commit 7abb155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build Docker Image Step
run: |
docker compose build web
docker compose up web
docker compose up -d web
- name: Rubocop Standard
run: docker compose exec web standardrb
Expand Down

0 comments on commit 7abb155

Please sign in to comment.