File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 76
76
name : aws_opentelemetry_distro-${{ steps.python_output.outputs.ADOT_PYTHON_VERSION}}-py3-none-any.whl
77
77
path : dist/${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}}
78
78
79
- # TODO: Add Contract test and E2E test
79
+ - name : Set up and run contract tests with pytest
80
+ run : |
81
+ bash contract-tests/set-up-contract-tests.sh
82
+ pip install pytest
83
+ pytest contract-tests/tests
84
+
85
+ # TODO: Add E2E tests
Original file line number Diff line number Diff line change 44
44
- name : run spell check tox
45
45
run : tox -e ${{ matrix.tox-environment }}
46
46
47
- # TODO: Add Contract test.
47
+ - name : Set up and run contract tests with pytest
48
+ run : |
49
+ bash contract-tests/set-up-contract-tests.sh
50
+ pip install pytest
51
+ pytest contract-tests/tests
You can’t perform that action at this time.
0 commit comments