Test workflow now requires build to succeed

This commit is contained in:
Tony Bark 2023-11-28 09:53:08 -05:00
parent eac035adf6
commit 65c36f83cd

View file

@ -27,6 +27,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
test:
needs: build
timeout-minutes: 15
continue-on-error: true
runs-on: "ubuntu-latest"