Skip to content

Commit

Permalink
ci: add functional tests to ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Nov 28, 2024
1 parent c2626c9 commit ed4e12e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: "🔨 Build project"
id: build
run: ./gradlew build
- name: "🏃‍♀️Run functional tests"
run: |
cd spock-container-test-app
./gradlew check
publish:
if: github.event_name == 'push'
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed4e12e

Please sign in to comment.