Skip to content

Commit

Permalink
Merge branch 'main' into customer-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Nov 2, 2024
2 parents 5dfce26 + 64ec399 commit 9f2c68e
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default codeowners/reviewers for all code changes
* @CambioML @Sdddell
* @CambioML @Sdddell @goldmermaid @lingjiekong
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
isort . --profile=black --check-only --verbose
- name: Test with unittest
env:
API_KEY: ${{ secrets.API_KEY }}
CAMBIO_API_KEY: ${{ secrets.CAMBIO_API_KEY }}
run: |
poetry run python -m unittest discover tests
poetry run python -m unittest discover -v tests
Loading

0 comments on commit 9f2c68e

Please sign in to comment.