Skip to content

Commit

Permalink
Add "pronto" to dockerized flow
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Aug 18, 2024
1 parent ebfea4c commit 1775658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ Contributing
- ```pronto run```

Alternatively, if you're in a [Docker](https://www.docker.com)ised environment,
don't care about installing anything locally, and don't really need __pronto__
-- just run `bin/test` instead.
don't care about installing anything locally -- just run `bin/test` instead.

8. Commit your changes
- ```git commit -am "Your commit message"```
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN bundle install
ADD . .

ENTRYPOINT ["bundle", "exec"]
CMD ["bash", "-ec", "rake test; rake acceptance"]
CMD ["bash", "-ec", "rake test; rake acceptance; pronto run"]

0 comments on commit 1775658

Please sign in to comment.