diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d6e3a5..4548715 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: python-version: [ '3.9', '3.10', '3.11', '3.12' ] - rocket-chat-version: [ '6.8.7','6.9.7','6.10.6','6.11.3','6.12.2', '6.13.0', '7.0.0', 'latest' ] + rocket-chat-version: [ '6.9.7','6.10.6','6.11.3','6.12.2', '6.13.0', '7.0.0', '7.1.0', 'latest' ] steps: - name: Checkout uses: actions/checkout@v4.2.2 @@ -53,7 +53,9 @@ jobs: run: until curl --silent http://localhost:3000/api/info/; do sleep 15; echo "waiting for Rocket.Chat server to start"; done; timeout-minutes: 5 - name: Run tests - run: pytest tests rocketchat_API -x --cov-report xml --cov=./ + run: pytest tests rocketchat_API --cov-report xml --cov=./ + env: + PYTEST_ADDOPTS: "--color=yes" - name: Upload code coverage uses: codecov/codecov-action@v5 with: