0
0

Edit uponor test
All checks were successful
Test ML model / build (push) Successful in 1m15s

This commit is contained in:
Serghei Cebotari 2023-12-30 14:05:59 +03:00
parent 76e34accd1
commit 82e0b4c0a5

View File

@ -26,6 +26,6 @@ jobs:
- name: Test - name: Test
run: dotnet test run: dotnet test
- name: Remove old model - name: Remove old model
run: rm /output/model.zip run: ls /output
- name: Deploy model - name: Deploy model
run: cp Models/model.zip /output run: cp Models/model.zip /output