Shanedell opened a new issue, #491:
URL: https://github.com/apache/daffodil-vscode/issues/491

   So in a recent PR, `sbt test` was added to be ran during the `yarn test` 
command. However, in the CI it had a specific step to run `sbt test`.
   
   On line 119 of `.github/workflows/CI.yml` it has:
   
   ```yml
         - run: $SBT test
   ```
   
   So in CI the scala tests are ran twice. We need to either remove the `sbt 
test` from the `yarn test` or remove line 119 of `.github/workflows/CI.yml`.


-- 
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]

Reply via email to