mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	Fix workflow file
This commit is contained in:
		
							
								
								
									
										36
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										36
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -56,22 +56,22 @@ jobs: | ||||
|       - run: cp lib/dummy_dsn.dart lib/dsn.dart | ||||
|       - run: flutter build apk | ||||
|  | ||||
| ios: | ||||
|   runs-on: macos-latest | ||||
|   ios: | ||||
|     runs-on: macos-latest | ||||
|  | ||||
|   steps: | ||||
|   - name: Checkout code | ||||
|     uses: actions/checkout@v2 | ||||
|     with: | ||||
|       submodules: recursive | ||||
|   - name: Setup Java | ||||
|     uses: actions/setup-java@v1 | ||||
|     with: | ||||
|       java-version: '12.x' | ||||
|   - name: Setup Flutter | ||||
|     uses: subosito/flutter-action@v1 | ||||
|     with: | ||||
|       flutter-version: '2.2.3' | ||||
|   - run: flutter pub get | ||||
|   - run: cp lib/dummy_dsn.dart lib/dsn.dart | ||||
|   - run: flutter build ios --release --no-codesign | ||||
|     steps: | ||||
|     - name: Checkout code | ||||
|       uses: actions/checkout@v2 | ||||
|       with: | ||||
|         submodules: recursive | ||||
|     - name: Setup Java | ||||
|       uses: actions/setup-java@v1 | ||||
|       with: | ||||
|         java-version: '12.x' | ||||
|     - name: Setup Flutter | ||||
|       uses: subosito/flutter-action@v1 | ||||
|       with: | ||||
|         flutter-version: '2.2.3' | ||||
|     - run: flutter pub get | ||||
|     - run: cp lib/dummy_dsn.dart lib/dsn.dart | ||||
|     - run: flutter build ios --release --no-codesign | ||||
|   | ||||
		Reference in New Issue
	
	Block a user