You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Shanedell (via GitHub)" <gi...@apache.org> on 2023/03/16 23:47:11 UTC

[GitHub] [daffodil-vscode] Shanedell opened a new issue, #491: Remove duplicated sbt test in CI

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: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] Shanedell closed issue #491: Remove duplicated sbt test in CI

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell closed issue #491: Remove duplicated sbt test in CI
URL: https://github.com/apache/daffodil-vscode/issues/491


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org