run workload update before running tests, otherwise dotnet test can fail

This commit is contained in:
Philipp Crocoll
2025-06-30 13:38:54 +02:00
parent e90d5b903c
commit 9240a27791

View File

@@ -333,6 +333,9 @@ jobs:
- name: Build keepass2android (nonet)
run: |
make msbuild Flavor=NoNet
- name: Update dotnet workloads
run: |
dotnet workload update
- name: Test Autofill
working-directory: ./src/Kp2aAutofillParser.Tests
run: dotnet test