diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0b061d1b..a3e7e1fc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -31,6 +31,13 @@ jobs: sudo docker-compose up -d echo 'deployed successfully on server' " + - name: Check the deployed service URL + uses: jtalk/url-health-check-action@v4 + with: + url: ${{ secrets.ADLNET_STAGING_HOST }} + max-attempts: 10 + retry-delay: 10s + cypress-testing: name: Cypress run environment: staging