Skip to content

Commit

Permalink
Update so that only x64 will upload test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jan 31, 2025
1 parent fe49ec4 commit d842a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
su `id -un 1000` -c "./gradlew precommit --parallel"
- uses: actions/upload-artifact@v4
if: ${{ matrix.os }} == "ubuntu-latest"
with:
name: coverage-report-${{ matrix.os }}
path: ./
Expand Down Expand Up @@ -142,7 +143,7 @@ jobs:
needs: Precommit-neural-search-linux
strategy:
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit d842a42

Please sign in to comment.