diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-17 12:06:57 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-17 12:06:57 +0300 |
commit | f25c4e36b3bff521a127309f95104c4a7e0adcab (patch) | |
tree | 29c8e61cc8f57dd2c85cceab2fd26f1c1f22ec20 | |
parent | 0d9bf2214b92ce01fd3c87cf1972121d9ce43453 (diff) |
Update .gitea/workflows/test.yaml
-rw-r--r-- | .gitea/workflows/test.yaml | 6 |
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 |