File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
58
58
pytest examples/simple/tests/test_handlers.py
59
59
- name : Install the Python dependencies for the client telemetry eventlog example
60
60
run : |
61
- cd examples/client_eventlog && pip install -e .
61
+ cd examples/client_eventlog_example && pip install -e .
62
62
- name : Run the tests for the client telemetry eventlog example
63
63
run : |
64
- pytest examples/client_eventlog /tests
64
+ pytest examples/client_eventlog_example /tests
65
65
- name : Coverage
66
66
if : ${{ matrix.python-version != 'pypy3' }}
67
67
run : |
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
58
58
pytest examples/simple/tests/test_handlers.py
59
59
- name : Install the Python dependencies for the client telemetry eventlog example
60
60
run : |
61
- cd examples/client_eventlog && pip install -e .
61
+ cd examples/client_eventlog_example && pip install -e .
62
62
- name : Run the tests for the client telemetry eventlog example
63
63
run : |
64
- pytest examples/client_eventlog /tests
64
+ pytest examples/client_eventlog_example /tests
65
65
- name : Coverage
66
66
if : ${{ matrix.python-version != 'pypy3' }}
67
67
run : |
Original file line number Diff line number Diff line change 58
58
pytest examples/simple/tests/test_handlers.py
59
59
- name : Install the Python dependencies for the client telemetry eventlog example
60
60
run : |
61
- cd examples/client_eventlog && pip install -e .
61
+ cd examples/client_eventlog_example && pip install -e .
62
62
- name : Run the tests for the client telemetry eventlog example
63
63
run : |
64
- pytest examples/client_eventlog /tests
64
+ pytest examples/client_eventlog_example /tests
You can’t perform that action at this time.
0 commit comments