0
0

Update .gitea/workflows/test.yaml
All checks were successful
Test ML model / build (push) Successful in 51s

This commit is contained in:
Serghei Cebotari 2024-01-17 12:06:57 +03:00
parent 0d9bf2214b
commit f25c4e36b3

View File

@ -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