From 5c30f066add03bd2e63f05056eebc40a14ea4c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Pe=C3=B1a?= Date: Fri, 2 Feb 2024 16:29:08 -0800 Subject: [PATCH] cleanup automated teseting gh actions file --- .github/workflows/automated-testing.yaml | 11 ----------- 1 file changed, 11 deletions(-) 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: |