You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/17 00:56:11 UTC

[GitHub] [skywalking-nginx-lua] kezhenxu94 commented on a change in pull request #24: [WIP]Add e2e standone test

kezhenxu94 commented on a change in pull request #24: [WIP]Add e2e standone test
URL: https://github.com/apache/skywalking-nginx-lua/pull/24#discussion_r393386637
 
 

 ##########
 File path: .github/workflows/e2e.yaml
 ##########
 @@ -42,6 +42,6 @@ jobs:
           maven-version: 3.6.1
       - name: Set environment
         run: export MAVEN_OPTS='-Dmaven.repo.local=~/.m2/repository -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -Xmx3g'
-      - name: Compile & Install Test Codes
+      - name: E2E Test
         run: |
-          mvn -f ./test/e2e/validator/pom.xml clean verify
+          mvn -f ./test/e2e/pom.xml package verify
 
 Review comment:
   goal `package` already includes `verify` IIRC, so you may verify twice

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services