File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
sdk-tests/src/test/java/io/dapr/it Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222      GOARCH : amd64 
2323      GOPROXY : https://proxy.golang.org 
2424      JDK_VER : 13.0.x 
25-       DAPR_RUNTIME_VER : 0.7.1  
25+       DAPR_RUNTIME_VER : 0.8.0-rc.0  
2626      DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/e498de9f7dd92c30aa592d6e6761dc924bb53cc2/install/install.sh 
27-       DAPR_CLI_REF : e498de9f7dd92c30aa592d6e6761dc924bb53cc2 
28-       DAPR_REF :  4d3945364d89aae045a05b1d611458abedf1a1ff 
27+       DAPR_CLI_REF : 15a3ffa1d74ca3f017decee6a4bc8ac7b3ed5ba0 
28+       DAPR_REF :
2929      OSSRH_USER_TOKEN : ${{ secrets.OSSRH_USER_TOKEN }} 
3030      OSSRH_PWD_TOKEN : ${{ secrets.OSSRH_PWD_TOKEN }} 
3131      GPG_KEY : ${{ secrets.GPG_KEY }} 
Original file line number Diff line number Diff line change 1414
1515public  class  DaprRun  {
1616
17-   private  static  final  String  DAPR_RUN  = "dapr run --app-id %s " ;
17+   private  static  final  String  DAPR_RUN  = "dapr run --app-id %s --components-path ./components " ;
1818
1919  // the arg in -Dexec.args is the app's port 
2020  private  static  final  String  DAPR_COMMAND  =
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments