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 Windows #70

Draft
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 Windows 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.

This changes in this PR outside the workflow YAML file itself are identical to #69.

Because of #64 it is expected that the test suite currently fails on windows. I mark this PR as a draft because I noted in a test run that not only (some of) the NuGet test are broken, but also the following unrelated tests that go through without problems on my local Windows machine:

Test_Misc_003
Test_Misc_015
Test_Open_001
Test_Open_008
Test_Open_050

I will try to find out why these errors occur before marking this PR as ready.

@Alexander-Block Alexander-Block marked this pull request as draft March 24, 2024 00:49
@Alexander-Block Alexander-Block changed the title Draft: GitHub Actions for CI on Windows GitHub Actions for CI on Windows Mar 24, 2024
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.

1 participant