Skip to content

Commit

Permalink
Update inventory-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeineb2001 authored Dec 22, 2024
1 parent 70f6aff commit 09cd046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inventory-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Verify if the correct JAR file exists
run: |
ls target/service-inventory.jar || (echo "JAR file not found!" && exit 1)
ls *.jar || (echo "JAR file not found!" && exit 1)
- name: Add Server to Known Hosts
run: |
Expand Down

0 comments on commit 09cd046

Please sign in to comment.