We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbe4c0 commit f8b42d8Copy full SHA for f8b42d8
.github/workflows/ci.yml
@@ -26,7 +26,10 @@ jobs:
26
id: git
27
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
28
29
- - name: Test
+ - name: Clean build artifacts
30
+ run: rm -rf obj bin
31
+
32
+ - name: Run Tests
33
run: |
34
# Just run tests - dotnet test will build both projects as needed
35
# The test project depends on the main project, so both get built correctly
0 commit comments