Skip to content

Commit

Permalink
Add CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Sep 10, 2023
1 parent 99a27d1 commit 3c1f744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
run: ./gradlew build
- name: Test
run: ./gradlew test
- name: E2E Test
run: ./scripts/run-e2e.sh
1 change: 1 addition & 0 deletions scripts/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ server_start() {
done
if (( loops*wait_time > timeout_seconds )); then
echo "[ERROR] Could not start server"
exit 1
fi
}

Expand Down

0 comments on commit 3c1f744

Please sign in to comment.