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 2d1ad29 commit 2128526
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
os:
- ubuntu-latest
# - ubuntu-20.04
# - windows-latest
# - macos-13
- ubuntu-20.04
- windows-latest
- macos-13
runs-on: ${{ matrix.os }}
steps:
- name: Set up JDK 21
Expand Down Expand Up @@ -59,4 +59,9 @@ jobs:
- name: Test Similarity
run: |
dist/similarity/bin/similarity muse1.txt muse2.txt 3 > e2e-output.txt
grep -xq "Similarity:0.4" e2e-output.txt
grep -xq "Similarity:0.9000325774286236" e2e-output.txt
- name: Upload Output
uses: actions/upload-artifact@v4
with:
name: standard-output
path: e2e-output.txt

0 comments on commit 2128526

Please sign in to comment.