diff --git a/.github/workflows/inventory-ci-cd.yml b/.github/workflows/inventory-ci-cd.yml index 45d82db9..d64681f0 100644 --- a/.github/workflows/inventory-ci-cd.yml +++ b/.github/workflows/inventory-ci-cd.yml @@ -50,7 +50,7 @@ jobs: - name: Verify if the correct JAR file exists run: | - ls ./service-inventory.jar || (echo "JAR file not found!" && exit 1) + ls /home/runner/work/projet-soa-ecommerce-enit-2024-3AINFO2/projet-soa-ecommerce-enit-2024-3AINFO2/service-inventory.jar || (echo "JAR file not found!" && exit 1) - name: Add Server to Known Hosts run: |