File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
cache : ' pip'
29
29
30
30
- name : Install the requirements
31
- run : pip install pdm && pdm install -g
31
+ run : pip install pdm && pdm install -g --no-self
32
32
33
33
- 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
35
35
env :
36
36
GRAFANA_HOST : ${{ secrets.GRAFANA_HOST }}
37
37
GRAFANA_TOKEN : ${{ secrets.GRAFANA_TOKEN }}
45
45
run : sleep 20
46
46
47
47
- name : Execute the integrationtests (http2)
48
- run : python3 -m unittest discover tests/integrationtest
48
+ run : PYTHONPATH=$PWD/src python3 -m unittest discover tests/integrationtest
49
49
env :
50
50
GRAFANA_HOST : ${{ secrets.GRAFANA_HOST }}
51
51
GRAFANA_TOKEN : ${{ secrets.GRAFANA_TOKEN }}
You can’t perform that action at this time.
0 commit comments