mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	CI: Add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION workaround to keep using Ubuntu 18.04
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/test-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/test-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,6 +21,8 @@ jobs:
 | 
			
		||||
  test-linux:
 | 
			
		||||
    name: Tests on ubuntu-18.04
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    env:
 | 
			
		||||
      ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
 | 
			
		||||
    container:
 | 
			
		||||
      # Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations
 | 
			
		||||
      image: ubuntu:18.04
 | 
			
		||||
@@ -71,6 +73,8 @@ jobs:
 | 
			
		||||
  test-all-features:
 | 
			
		||||
    name: Tests almost all features
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    env:
 | 
			
		||||
      ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
 | 
			
		||||
    container:
 | 
			
		||||
      # Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations
 | 
			
		||||
      image: ubuntu:18.04
 | 
			
		||||
@@ -91,6 +95,8 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  test-disabled-tokenization:
 | 
			
		||||
    name: Test disabled tokenization
 | 
			
		||||
    env:
 | 
			
		||||
      ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: ubuntu:18.04
 | 
			
		||||
@@ -115,6 +121,8 @@ jobs:
 | 
			
		||||
  # We run tests in debug also, to make sure that the debug_assertions are hit
 | 
			
		||||
  test-debug:
 | 
			
		||||
    name: Run tests in debug
 | 
			
		||||
    env:
 | 
			
		||||
      ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      # Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user