Logging handler to send logs to your OpenSearch cluster with bulk SSL. Forked from https://github.com/logzio/logzio-python-handler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
308 B

  1. name: CI Tests
  2. on: [push]
  3. jobs:
  4. run-tests:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v1
  8. - uses: actions/setup-python@v3.0.0
  9. with:
  10. python-version: '3.x'
  11. - name: Install tox
  12. run: pip install tox
  13. - name: Run tox
  14. run: python -m tox