Skip to content

Commit

Permalink
Add integration tests to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
= authored and = committed Jul 26, 2023
1 parent ae97daa commit f65ea48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
run: docker build -t jasminegraph .
- name: Run Integration Tests
run: ./test-docker.sh
Empty file modified test-docker.sh
100644 → 100755
Empty file.

0 comments on commit f65ea48

Please sign in to comment.