stevedlawrence commented on code in PR #1010:
URL: https://github.com/apache/daffodil-vscode/pull/1010#discussion_r1580251637
##########
.github/workflows/CI.yml:
##########
@@ -134,6 +134,10 @@ jobs:
os: [ macos-12, ubuntu-20.04, windows-2019 ]
node: [ '16', '18' ]
vscode: [ 'stable' ]
+ # latest version of daffodil doesn't seem to work on windows-2019
running node 18
+ exclude:
+ - os: windows-2019
+ node: 18
Review Comment:
Is there any information why tests fail with this specific combination?
Feels like this might bug in Daffodil 3.7.0 that I don't want to just ignore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]