This commit is contained in:
		
							parent
							
								
									0725b352c6
								
							
						
					
					
						commit
						797bc6d654
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,7 +4,7 @@ name: testing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: unittests
 | 
					- name: unittests
 | 
				
			||||||
  image: golang:1.17-buster
 | 
					  image: golang:1.18-bullseye
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    SNAPSHOTS_S3_ENDPOINT: minio:9000
 | 
					    SNAPSHOTS_S3_ENDPOINT: minio:9000
 | 
				
			||||||
    TEST_S3_ENDPOINT: minio:9000
 | 
					    TEST_S3_ENDPOINT: minio:9000
 | 
				
			||||||
| 
						 | 
					@ -12,6 +12,8 @@ steps:
 | 
				
			||||||
  - name: dockersock
 | 
					  - name: dockersock
 | 
				
			||||||
    path: /var/run
 | 
					    path: /var/run
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					    - apt update && apt upgrade -y
 | 
				
			||||||
 | 
					    - apt install tar zstd
 | 
				
			||||||
    - sleep 10
 | 
					    - sleep 10
 | 
				
			||||||
    - go mod tidy
 | 
					    - go mod tidy
 | 
				
			||||||
    - make test
 | 
					    - make test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue