Skip to content
/ titan Public
forked from titan-data/titan

Commit

Permalink
move docker build to runner not tester (titan-data#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Smart authored and Eric Schrock committed Nov 25, 2019
1 parent 6cc12c0 commit 9302eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
- name: Build Nginx Docker Container
working-directory: ./src/endtoend-test/context/docker
run: docker build -t nginx-test .
- name: Run Docker Context Tests
run: java -jar vexrun.jar -d ./src/endtoend-test/context/docker
2 changes: 0 additions & 2 deletions src/endtoend-test/context/docker/DockerTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ tests:
- "can install titan":
command: titan install
wait: 10
- "can build nginx-test":
command: cd src/endtoend-test/context/docker && docker build -t nginx-test -f ./src/endtoend-test/context/docker/Dockerfile .
- "can run nginx-test":
command: titan run nginx-test
- "can remove nginx-test":
Expand Down

0 comments on commit 9302eb4

Please sign in to comment.