mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Test workflow now requires build to succeed
This commit is contained in:
parent
eac035adf6
commit
65c36f83cd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue