leo65535 commented on a change in pull request #912:
URL: 
https://github.com/apache/incubator-seatunnel/pull/912#discussion_r778484553



##########
File path: .github/workflows/backend.yml
##########
@@ -61,3 +61,5 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Run Unit tests
         run: ./mvnw clean verify -B -Dmaven.test.skip=false -Dgpg.skip=true
+      - name: Check dependency license
+        run: sudo tools/dependencies/checkLicense.sh

Review comment:
       If the `mvnw` command can run without sudo permission, the 
`checkLincense.sh` command should not.
   
   




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