Skip to content

Commit

Permalink
Add CI step for Integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragneelfps committed Apr 11, 2020
1 parent b7d96b2 commit a33bb27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build test
- name: Integration tests
env:
APIURL: http://localhost:8080/api
run: |
chmod +x postman_tests/run-api-tests.sh
./gradlew run &
./postman_tests/run-api-tests.sh
./gradlew --stop

0 comments on commit a33bb27

Please sign in to comment.