From 42b4ab7eb3fdc94b4c432bede5383e4bba6dbb92 Mon Sep 17 00:00:00 2001 From: James Kessler Date: Thu, 26 Sep 2024 18:34:23 -0400 Subject: [PATCH] Test Linux Binaries after they're built in CI (Cont'd) (#156) * Fix broken step in test-binaries and commit to default branch. --- .github/workflows/test-binaries.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test-binaries.yml b/.github/workflows/test-binaries.yml index 4b8b8f2..80fa52b 100644 --- a/.github/workflows/test-binaries.yml +++ b/.github/workflows/test-binaries.yml @@ -25,14 +25,6 @@ jobs: # GITHUB_CONTEXT: ${{ toJson(github) }} # run: echo "$GITHUB_CONTEXT" - # Debug step to list available artifacts - - name: List available artifacts in dist/ - run: ls -la dist/ - - # Debug step to list available artifacts - - name: List available artifacts in ./binaries/ - run: ls -la ./binaries/ - - name: Download built artifacts (linux binaries) uses: actions/download-artifact@v4 with: @@ -43,10 +35,6 @@ jobs: - name: List available artifacts in ./binaries/ run: ls -la ./binaries/ - # Debug step to list available artifacts - - name: List available artifacts in dist/ - run: ls -la dist/ - - name: Download coverage report uses: actions/download-artifact@v4 with: