Skip to content

Commit

Permalink
Rename the docker-compose file
Browse files Browse the repository at this point in the history
to get rid of the annoyance of writing the file name all the time
  • Loading branch information
jadolg committed Aug 9, 2022
1 parent 879e3a8 commit a08c63d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Start rocket.chat server
uses: isbang/compose-action@v0.1.1
with:
compose-file: docker-compose-test-server.yml
compose-file: docker-compose.yml
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ Most of the API methods are already implemented. If you are interested in a spec
### Tests
We are actively testing :)

Tests run on a Rocket.Chat Docker container so install Docker and docker-compose. To start test server do `docker-compose -f docker-compose-test-server.yml up` and to take test server down `docker-compose -f docker-compose-test-server.yml down`
Tests run on a Rocket.Chat Docker container so install Docker and docker-compose.
1. To start test server do `docker-compose up` and to take test server down `docker-compose down`
2. To run the tests run `pytest`

### Contributing
You can contribute by doing Pull Requests. (It may take a while to merge your code but if it's good it will be merged). Please, try to implement tests for all your code and use a PEP8 compliant code style.
Expand Down
File renamed without changes.

0 comments on commit a08c63d

Please sign in to comment.