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

GitHub Actions for CI on Linux #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Alexander-Block
Copy link
Contributor

This PR adds a GitHub Actions workflow for CI on a Ubuntu VM. It installs Dyalog APL, .NET, Tatin and Cider (the latter two currently as supplied by Dyalog APL), runs all tests that can be run in batch mode, reports failures and finally publishes the code coverage report in html format as an artifact to GitHub.

The workflow is triggered by pushes to main and pull requests to main and can be triggered manually. It might be sensible to have it run in particular intervals to catch changes to Dyalog APL or .NET breaking Cider tests.

Resolves #66.

This is probably not immediately useful since the test suite is currently failing because of #64 and #65.

- remove reinstallation of Tatin dependencies
- always publish code coverage report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test pipeline for Continuous Integration
1 participant