Skip to content

Commit 98ba144

Browse files
committed
Fix smoketest working directory
1 parent 81d97ff commit 98ba144

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/smoketests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ on:
1212
- prod
1313

1414
jobs:
15-
smoke:
15+
smoketests:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 120
18-
defaults:
19-
run:
20-
working-directory: api-client-python
2118
steps:
2219
- name: Checkout
2320
uses: actions/checkout@v4
@@ -45,7 +42,7 @@ jobs:
4542
fi
4643
echo "DEBUG=false" >> $GITHUB_ENV
4744
echo "RUN_SMOKETESTS=1" >> $GITHUB_ENV
48-
echo "PYTHONPATH=${{ github.workspace }}/api-client-python/src" >> $GITHUB_ENV
45+
echo "PYTHONPATH=${{ github.workspace }}/src" >> $GITHUB_ENV
4946
5047
- name: Run smoke tests (pytest via uv)
5148
env:

0 commit comments

Comments
 (0)