Skip to content

Commit

Permalink
Check if N5 Bucket is Available
Browse files Browse the repository at this point in the history
Checks if the N5 bucket is available.
  • Loading branch information
AvocadoMoon committed Sep 18, 2023
1 parent 579110c commit 70dff35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Put test resources in S3Proxy Container
run: |
curl http://127.0.0.1:4000/ | grep -c "nfive"
sudo cp -r ${{ github.workspace }}/src/test/resources /dockerImage/data
curl http://127.0.0.1:4000/ | grep -c "nfive"
- name: Set up JDK 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit 70dff35

Please sign in to comment.