diff --git a/.github/workflows/Dalichecklist.yaml b/.github/workflows/Dalichecklist.yaml index c3ad13e..5655b6a 100644 --- a/.github/workflows/Dalichecklist.yaml +++ b/.github/workflows/Dalichecklist.yaml @@ -18,7 +18,7 @@ jobs: - name: Web site test run: | # sh /home/ubuntu/script/curl-check.sh url "http://localhost:35399" stack-name "Django" - #curl -i http://localhost:35399 + curl -i http://localhost:35399 - name: Destroy container and file run: | docker-compose down @@ -28,7 +28,7 @@ jobs: id: slack uses: slackapi/slack-github-action@v1.24.0 # https://api.slack.com/apps//incoming-webhooks - if: ${{ SUCCESS() }} + if: ${{ failure() }} with: channel-id: '#github_action_status' # slack channel #alerts-test payload: |