File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1- name : Pull Request 
1+ name : PR 
22
33on :
44    pull_request :
1111        with :
1212            license_header_check_project_name : " SwiftOpenAPIGenerator" 
1313            unacceptable_language_check_enabled : false 
14+             shell_check_enabled : false 
1415
1516    unit-tests :
16-         name : Checks 
17+         name : Unit tests 
1718        uses : apple/swift-nio/.github/workflows/unit_tests.yml@main 
1819        with :
1920            linux_5_8_enabled : false 
2324            linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error" 
2425
2526    cxx-interop :
26-         name : Checks 
27+         name : Cxx interop 
2728        uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main 
2829        with :
2930            linux_5_8_enabled : false 
31+ 
32+     integration-tests :
33+         name : Integration Tests 
34+         uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main 
35+         with :
36+             name : " Integration tests" 
37+             matrix_linux_5_8_enabled : false 
38+             matrix_linux_command : " apt-get update -y -q && apt-get install -y -q jq && ./scripts/run-integration-test.sh" 
39+ 
40+     example-tests :
41+         name : Example Tests 
42+         uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main 
43+         with :
44+             name : " Example tests" 
45+             matrix_linux_5_8_enabled : false 
46+             matrix_linux_command : " ./scripts/test-examples.sh" 
47+ 
48+     swift-6-language-mode :
49+         name : Swift 6 Language Mode 
50+         uses : apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments