We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524d68c commit 2b9f966Copy full SHA for 2b9f966
.github/workflows/build-and-publish.yml
@@ -84,8 +84,9 @@ jobs:
84
- name: Test (filters)
85
run: dotnet test -c Release /p:BuildProjectReferences=false --filter "FullyQualifiedName~PureHDF.Tests.Filters"
86
87
- - name: Test (HSDS)
88
- run: bash tests/PureHDF.Tests/Reading/PureHDF.VOL/run-hsds-tests.sh
+ # Skip for now
+ # - name: Test (HSDS)
89
+ # run: bash tests/PureHDF.Tests/Reading/PureHDF.VOL/run-hsds-tests.sh
90
91
- name: Upload Artifacts
92
uses: actions/upload-artifact@v4
0 commit comments