Skip to content

Commit

Permalink
Introduce functional test step.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostyrev committed Jun 29, 2023
1 parent 9024f13 commit 2667071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Publish bootstrap artifacts
run: ./gradlew -p paranoid publishToMavenLocal -Ppablo.shadow.enabled=true ${{ env.PABLO_OPTS }}

- name: Run functional test
run: ./gradlew -p paranoid -Ppablo.shadow.enabled=true functionalTest

- name: Run unit tests
run: ./gradlew check -x lint -Pdevelopment=false -Dorg.gradle.unsafe.configuration-cache=true

Expand Down

0 comments on commit 2667071

Please sign in to comment.