Skip to content

Commit

Permalink
Test Linux Binaries after they're built in CI (Cont'd) (#156)
Browse files Browse the repository at this point in the history
* Fix broken step in test-binaries and commit to default branch.
  • Loading branch information
afinetooth committed Sep 26, 2024
1 parent f3f2c56 commit 42b4ab7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 42b4ab7

Please sign in to comment.