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