diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38152626a..4d515541e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,4 +22,6 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} - name: Build # Build JasmineGraph docker image - run: docker build -t jasminegraph . \ No newline at end of file + run: docker build -t jasminegraph . + - name: Run Integration Tests + run: ./test-docker.sh \ No newline at end of file diff --git a/test-docker.sh b/test-docker.sh old mode 100644 new mode 100755