this one fr

This commit is contained in:
Rafi
2023-05-26 15:14:34 +07:00
committed by GitHub
parent 74a721524e
commit bf79febba7

View File

@@ -27,7 +27,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet publish /t:PemukulPaku /p:Configuration=Debug
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload build artifacts