Skip to content

Commit

Permalink
Merge pull request #273 from jadolg/add-tests-7.1
Browse files Browse the repository at this point in the history
Remove tests for v6.8 (deprecated) and add them for 7.1
  • Loading branch information
jadolg authored Dec 5, 2024
2 parents cedda49 + efc0ee2 commit 694e4f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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:
Expand Down

0 comments on commit 694e4f0

Please sign in to comment.