Work on test pipeline for auth
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/auth_test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/auth_test.yml
									
									
									
									
										vendored
									
									
								
							@ -17,9 +17,11 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          dotnet-version: '3.1.100'
 | 
					          dotnet-version: '3.1.100'
 | 
				
			||||||
      - name: Install Packages
 | 
					      - name: Install Packages
 | 
				
			||||||
 | 
					        working-directory: authorizer
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          dotnet add package StackExchange.Redis --version 2.1.39 --source https://www.myget.org/F/stackoverflow/api/v3/index.json
 | 
					          dotnet add package StackExchange.Redis --version 2.1.39 --source https://www.myget.org/F/stackoverflow/api/v3/index.json
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
 | 
					        working-directory: authorizer
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          dotnet build --configuration Release  
 | 
					          dotnet build --configuration Release  
 | 
				
			||||||
      - name: Push Tag to Docker Hub
 | 
					      - name: Push Tag to Docker Hub
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user