File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ jobs:
494494      - name : Install tarantool ${{ matrix.tarantool }} 
495495        run : | 
496496          apt install -y curl 
497-           curl -L https://tarantool.io/release/2 /installer.sh | bash 
497+           curl -L https://tarantool.io/release/3 /installer.sh | bash 
498498          apt install -y tarantool tarantool-dev 
499499env :
500500          DEBIAN_FRONTEND : noninteractive 
@@ -529,20 +529,13 @@ jobs:
529529
530530      - name : Install the crud module for testing purposes 
531531        run : | 
532-           curl -L https://tarantool.io/release/2 /installer.sh | bash 
532+           curl -L https://tarantool.io/release/3 /installer.sh | bash 
533533          apt install -y tt 
534534          tt rocks install crud 
535535
536536name : Run tests 
537537        run : | 
538538          make test-pure-install 
539- if : matrix.target.dist != 'bookworm' && matrix.target.dist != 'noble' 
540- 
541-       - name : Run tests 
542-         run : | 
543-           . .venv/bin/activate 
544-           make test-pure-install 
545- if : matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble' 
546539
547540publish_deb :
548541    if : startsWith(github.ref, 'refs/tags') 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments