Skip to content

Commit

Permalink
fix(java-sdk-test): typo fix in test_matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Oct 21, 2024
1 parent c0f3305 commit a689c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java-sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
CNR_TEST_PASSWORD: ${{ secrets.RTLDEV_MW_CI_USERPASSWORD_CNR }}
run: |
mvn -B clean site package -Pdev
zip -r /home/runner/t
arget.zip ./target
zip -r /home/runner/target.zip ./target
- uses: actions/upload-artifact@v4
id: upload
with:
Expand Down

0 comments on commit a689c78

Please sign in to comment.