Skip to content

Commit

Permalink
Remove unnecessary step from REST VOL workflow (#4331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Apr 5, 2024
1 parent 90a1bae commit 88b640a
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 88b640a

Please sign in to comment.