mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 11:13:59 +08:00 
			
		
		
		
	.
This commit is contained in:
		
							
								
								
									
										36
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										36
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -12,26 +12,26 @@ jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v1 # todo: switch to v2 | ||||
|       - run: npm ci | ||||
|       - run: npm run build | ||||
|       - run: npm run format-check | ||||
|       - run: npm run lint | ||||
|       - run: npm run pack | ||||
|       - run: npm run gendocs | ||||
|       - name: Verify no unstaged changes | ||||
|         run: __test__/verify-no-unstaged-changes.sh | ||||
|       - uses: actions/checkout@v2-beta | ||||
|   #     - run: npm ci | ||||
|   #     - run: npm run build | ||||
|   #     - run: npm run format-check | ||||
|   #     - run: npm run lint | ||||
|   #     - run: npm run pack | ||||
|   #     - run: npm run gendocs | ||||
|   #     - name: Verify no unstaged changes | ||||
|   #       run: __test__/verify-no-unstaged-changes.sh | ||||
|  | ||||
|   test: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         runs-on: [ubuntu-latest, macos-latest, windows-latest] | ||||
|     runs-on: ${{ matrix.runs-on }} | ||||
|   # test: | ||||
|   #   strategy: | ||||
|   #     matrix: | ||||
|   #       runs-on: [ubuntu-latest, macos-latest, windows-latest] | ||||
|   #   runs-on: ${{ matrix.runs-on }} | ||||
|  | ||||
|     steps: | ||||
|       # Clone this repo | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v1 # todo: switch to V2 | ||||
|   #   steps: | ||||
|   #     # Clone this repo | ||||
|   #     - name: Checkout | ||||
|   #       uses: actions/checkout@v1 # todo: switch to V2 | ||||
|  | ||||
|       # Basic checkout | ||||
|       - name: Basic checkout | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 eric sciple
					eric sciple