mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	ci(test): set --experimental-vm-modules only on Test Package step instead
				
					
				
			This commit is contained in:
		
							parent
							
								
									a487ef2d17
								
							
						
					
					
						commit
						6c694c3c32
					
				
							
								
								
									
										4
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -12,8 +12,6 @@ jobs:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [windows, ubuntu, macos]
 | 
			
		||||
    env:
 | 
			
		||||
      NODE_OPTIONS: --experimental-vm-modules
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v4.1.1
 | 
			
		||||
@ -34,6 +32,8 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Test Package
 | 
			
		||||
        run: yarn test
 | 
			
		||||
        env:
 | 
			
		||||
          NODE_OPTIONS: --experimental-vm-modules
 | 
			
		||||
 | 
			
		||||
  test-action:
 | 
			
		||||
    name: Test Action
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user