diff --git a/.github/workflows/automated-testing.yaml b/.github/workflows/automated-testing.yaml index 08c851d..f3aeb95 100644 --- a/.github/workflows/automated-testing.yaml +++ b/.github/workflows/automated-testing.yaml @@ -21,17 +21,6 @@ jobs: with: distribution: 'adopt' java-version: '11' - - - name: Download Harvest Binaries - id: harvest - uses: robinraju/release-downloader@v1.8 - with: - repository: NASA-PDS/harvest - latest: true - tarBall: true - out-file-path: "${{ runner.temp }}" - extract: true - # TODO: set fileName to harvest-$tag_name-bin.targ.gz so we only download this file - name: Registry API Testing run: |