You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "tuxji (via GitHub)" <gi...@apache.org> on 2023/05/08 17:48:20 UTC

[GitHub] [daffodil] tuxji commented on a diff in pull request #1013: Remove use of the IntegrationTest sbt configuration

tuxji commented on code in PR #1013:
URL: https://github.com/apache/daffodil/pull/1013#discussion_r1187702895


##########
.github/workflows/main.yml:
##########
@@ -161,7 +161,7 @@ jobs:
         run: $SBT test
 
       - name: Run Integration Tests
-        run: $SBT IntegrationTest/test
+        run: $SBT daffodil-test-integration/Test/test

Review Comment:
   According to the DEVELOP.md changes below, `daffodil-test-integration/test` would work too.  Why do you use the longer `daffodil-test-integration/Test/test` in the CI workflow?



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