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.
 
 
 
 

36 lines
686 B

  1. name: E2E tests
  2. on: [push, pull_request]
  3. jobs:
  4. build:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v1
  8. - name: Set up Python
  9. uses: actions/setup-python@v1
  10. with:
  11. python-version: 3.8
  12. - name: Prepare tests
  13. run: |
  14. sudo apt update
  15. sudo apt install ruby
  16. sudo gem install ronn
  17. pip install -U setuptools pip requests wheel Babel
  18. - name: E2E tests
  19. run: |
  20. export ENVIRONMENT="CI"
  21. bash .scripts/tests-e2e.sh
  22. - name: manpage (section 1)
  23. run: |
  24. man -P $(which cat) kosmorro
  25. - name: manpage (section 7)
  26. run: |
  27. man -P $(which cat) 7 kosmorro