Skip to content

Commit

Permalink
fix testing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aremazeilles committed Nov 24, 2020
1 parent a12c8a3 commit 95ad891
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@ jobs:
REPO_NAME: ${{ github.event.repository.name }}
VERSION: ${{ steps.get_version.outputs.version }}
run: docker build . --file Dockerfile --tag eurobenchtest/$REPO_NAME:$VERSION
- name: Get the docker image testing material
run: wget -O test_docker_call.py https://raw.githubusercontent.com/eurobench/docker_test/master/test_docker_call.py
- name: test the Docker image
env:
DOCKER_IMAGE: eurobenchtest/${{ github.event.repository.name }}:${{ steps.get_version.outputs.version }}
run: python3 tests/test_docker_call.py
TEST_PLAN: tests/test_plan.xml
run: python3 test_docker_call.py
- name: Push to Docker hub
env:
REPO_NAME: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 95ad891

Please sign in to comment.