Skip to content

Commit 3a93e44

Browse files
committed
fix(ci): try separate --treenode-filter args for each category
The combined filter with & operator may not be working correctly. Try using two separate --treenode-filter arguments instead.
1 parent ec49d3d commit 3a93e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "Available memory: $(free -h 2>/dev/null || echo 'N/A')"
6060
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
6161
--configuration Release --no-build --framework net10.0 \
62-
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx
62+
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]' --treenode-filter '/*/*/*/*[Category!=HighMemory]' --report-trx
6363
6464
- name: Upload Test Results
6565
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)