Skip to content

Commit

Permalink
Remove unnecessary step from REST VOL workflow (HDFGroup#4331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored and qkoziol committed Apr 7, 2024
1 parent 1549190 commit 3bb292e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/vol_rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,4 @@ jobs:
HSDS_ENDPOINT=http+unix://%2Ftmp%2Fhs%2Fsn_1.sock \
ROOT_DIR=${{github.workspace}}/hsdsdata \
BUCKET_NAME=hsdstest \
ctest --build-config ${{ inputs.build_mode }} -VV -R "h5_api" .
- name: Stop HSDS
working-directory: ${{github.workspace}}/hsds
run: |
./stopall.sh
ctest --build-config ${{ inputs.build_mode }} -VV -R "h5_api" .

0 comments on commit 3bb292e

Please sign in to comment.