summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-01-27 14:36:03 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-01-27 14:36:03 +0300
commit0cf09dcdb462143ee63db9ba3c4dfa7bed7fdb99 (patch)
treef100741e8aa6a2d50d42def6cd81e8e04ef727a8 /.gitea/workflows
parent41771693e7a3eddf7d81051d94705579291eec39 (diff)
parent605f03b45c5e724025666a4bc5e6d7ec8e945182 (diff)
Merge branch 'master' of https://gitea.cebotari.ru/chebser/RhSolutions.ML
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/test.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml
index 9845875..0a05eae 100644
--- a/.gitea/workflows/test.yaml
+++ b/.gitea/workflows/test.yaml
@@ -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