Skip to content

Commit

Permalink
try to fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 1, 2024
1 parent 2db91eb commit 237cdac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: poetry install --no-root --no-cache
-
name: Run pytest
run: poetry run pytest
run: |
export ZEEBE_TEST_IMAGE_TAG=8.4.0
poetry run pytest
8 changes: 4 additions & 4 deletions bpm-ai-connectors-c8/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bpm-ai-connectors-c8/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setuptools = "^68.2.2"
pytest = "^7.4.2"
pytest-dotenv = "^0.5.2"
pytest-asyncio = "^0.23.3"
pytest-zeebe = "^0.1.0"
pytest-zeebe = "^0.1.1"
pytest-timeout = "^2.2.0"
pytest-xprocess = "^0.23.0"
testcontainers = "^3.7.1"
Expand Down

0 comments on commit 237cdac

Please sign in to comment.