[ 
https://issues.apache.org/jira/browse/GOBBLIN-1467?focusedWorklogId=611576&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611576
 ]

ASF GitHub Bot logged work on GOBBLIN-1467:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jun/21 20:30
            Start Date: 15/Jun/21 20:30
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on a change in pull request #3307:
URL: https://github.com/apache/gobblin/pull/3307#discussion_r652128710



##########
File path: .github/workflows/build_and_test.yaml
##########
@@ -49,6 +49,9 @@ jobs:
           # Only rebuild cache if build.gradle is changed
           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
           restore-keys: ${{ runner.os }}-gradle
+      - name: Verify Dependencies
+        run: |
+          eval ./gradlew assemble

Review comment:
       The dependency problems exist in the main code, I think the tests will 
compile in the testing step so it should still be caught by the pipeline 
eventually.




-- 
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 611576)
    Time Spent: 1h 10m  (was: 1h)

> Add check for Github Actions to verify Gradle dependencies
> ----------------------------------------------------------
>
>                 Key: GOBBLIN-1467
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1467
>             Project: Apache Gobblin
>          Issue Type: Bug
>    Affects Versions: 0.16.0
>            Reporter: William Lo
>            Priority: Major
>             Fix For: 0.16.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Add check for Github actions to verify transitive dependencies, to catch 
> dependency issues earlier in the deployment pipeline.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to