Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 18, 2024
1 parent a5922f8 commit cb66b44
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ jobs:
with:
name: artifact
path: artifact
- run: |
cd artifact
ls -R
- name: Extract Distribution
uses: ihiroky/extract-action@v1
with:
file_path: artifact/distributions/Shingler.tar
extract_dir: distribution
- name: Test Distribution
run: distribution/bin/Shingler
file_path: artifact/similarity/build/distributions/similarity.tar
extract_dir: dist
- name: Test Similarity
run: dist/similarity/bin/similarity muse1.txt muse2.txt 3

0 comments on commit cb66b44

Please sign in to comment.