Skip to content

Commit

Permalink
debug: output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamdavidonuh committed Jun 17, 2024
1 parent 197f4e6 commit b2877c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
if: ${{ always() && needs.build.result == 'success' }}
runs-on: ubuntu-latest
needs: ["build"]

defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -70,7 +72,7 @@ jobs:

- name: Testing dir
run: |
ls && pwd && cd ../
ls && pwd
- name: Installing poetry dependencies
working-directory: ./sdk/ahnlich-client-py
run: poetry install
Expand All @@ -86,7 +88,7 @@ jobs:
cargo run --bin ahnlich-db run --port 1349 &
- name: Run Python Client Tests
working-directory: ../sdk/ahnlich-client-py
working-directory: ./sdk/ahnlich-client-py
env:
AHNLICH_DB_HOST: "127.0.0.1"
AHNLICH_DB_PORT: 1349
Expand Down

0 comments on commit b2877c4

Please sign in to comment.