Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub actions workflow for validation #1461

Merged

Commits on Nov 24, 2021

  1. Improved script for running with fuseki

    The script will now clean up afterwards and use XDG_CACHE_HOME.
    
    It will also log fuseki's output if it failed to start or if something
    went wrong with tests.
    
    Also:
    
    - install java in drone so fuseki can run.
    - fix the way tests are skipped in test_dataset so they report as
      skipped.
    aucampia committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    274cd1c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Add GitHub actions workflow for validation

    The workflow will run on windows, linux and macos.
    
    Also:
    - Limit berkeleydb in requirements.dev.txt to not install on windows as
      currently this fails to install in the windows workflow.
    - Fix .editorconfig for yaml
    aucampia committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c54aded View commit details
    Browse the repository at this point in the history