Skip to content

Commit

Permalink
Update log messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikz committed Sep 12, 2024
1 parent b54a6e5 commit 617a32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run workflow
- name: Run web app in docker
run: |
docker run -d -p 8080:8080 ${REGISTRY}/${GITHUB_REPOSITORY_OWNER,,}/${NAME}:${TAG}
sleep 10
docker ps
- name: Test endpoints
- name: Test web app endpoints
run: |
HTTP_CODE=$(curl -I "${BASE_URL}/results/${DATA}" | grep HTTP | cut -f 2 -d " ")
echo $HTTP_CODE
Expand Down

0 comments on commit 617a32d

Please sign in to comment.