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 81d97ff commit 98ba144Copy full SHA for 98ba144
1 file changed
.github/workflows/smoketests.yml
@@ -12,12 +12,9 @@ on:
12
- prod
13
14
jobs:
15
- smoke:
+ smoketests:
16
runs-on: ubuntu-latest
17
timeout-minutes: 120
18
- defaults:
19
- run:
20
- working-directory: api-client-python
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
@@ -45,7 +42,7 @@ jobs:
45
42
fi
46
43
echo "DEBUG=false" >> $GITHUB_ENV
47
44
echo "RUN_SMOKETESTS=1" >> $GITHUB_ENV
48
- echo "PYTHONPATH=${{ github.workspace }}/api-client-python/src" >> $GITHUB_ENV
+ echo "PYTHONPATH=${{ github.workspace }}/src" >> $GITHUB_ENV
49
50
- name: Run smoke tests (pytest via uv)
51
env:
0 commit comments