Skip to content

Commit 1a1c554

Browse files
committed
WIP
1 parent a04260d commit 1a1c554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integrationtest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
cache: 'pip'
2929

3030
- name: Install the requirements
31-
run: pip install pdm && pdm install -g
31+
run: pip install pdm && pdm install -g --no-self
3232

3333
- name: Execute the integrationtests (http1.1)
34-
run: python3 -m unittest discover tests/integrationtest
34+
run: PYTHONPATH=$PWD/src python3 -m unittest discover tests/integrationtest
3535
env:
3636
GRAFANA_HOST: ${{ secrets.GRAFANA_HOST }}
3737
GRAFANA_TOKEN: ${{ secrets.GRAFANA_TOKEN }}
@@ -45,7 +45,7 @@ jobs:
4545
run: sleep 20
4646

4747
- name: Execute the integrationtests (http2)
48-
run: python3 -m unittest discover tests/integrationtest
48+
run: PYTHONPATH=$PWD/src python3 -m unittest discover tests/integrationtest
4949
env:
5050
GRAFANA_HOST: ${{ secrets.GRAFANA_HOST }}
5151
GRAFANA_TOKEN: ${{ secrets.GRAFANA_TOKEN }}

0 commit comments

Comments
 (0)