Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
ci: Docker compose test removed from CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Jan 29, 2020
1 parent ec192e6 commit 3b4d0d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
--label "version=$RELEASE_VERSION" \
--label "org.label-schema.build-date=$(date '+%F %T')"
- name: Test Docker image
run: docker-compose up --exit-code-from test

- name: Test Docker image
run: chmod 777 example && cd tests && gradle test -Dimage_tag=${{ env.IMAGE_NAME }}:${{ env.RELEASE_VERSION }}

Expand Down

0 comments on commit 3b4d0d1

Please sign in to comment.