We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc760b7 commit 9eb0808Copy full SHA for 9eb0808
2 files changed
.github/workflows/publish.yml
@@ -27,7 +27,10 @@ jobs:
27
echo "Pylint check failed. Please fix the issues."
28
exit 1
29
fi
30
-
+ - name: Build and start aikido mock server
31
+ run: |
32
+ cd end2end/server && docker build -t mock_core .
33
+ docker run --name mock_core -d -p 5050:5000 mock_core
34
- name: Run Black Check
35
run: |
36
poetry run black --check --diff aikido_zen/
.github/workflows/test-publish.yml
0 commit comments