Update .gitea/workflows/test.yaml
All checks were successful
Test ML model / build (push) Successful in 51s
All checks were successful
Test ML model / build (push) Successful in 51s
This commit is contained in:
parent
0d9bf2214b
commit
f25c4e36b3
@ -19,11 +19,7 @@ jobs:
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0'
|
||||
- name: Restore packages
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build
|
||||
- name: Test
|
||||
- name: Build & Test
|
||||
run: dotnet test
|
||||
- name: Deploy model
|
||||
run: cp Models/model.zip /output
|
||||
|
Loading…
Reference in New Issue
Block a user