Skip to content

Commit dcd265e

Browse files
committed
👷 Added sample webmvc app to CI build
1 parent 5ad91f0 commit dcd265e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎.github/workflows/spring-sample-web-app-ci.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- 'spring/fluentforms-sample-web-app/**'
7+
- 'spring/fluentforms-sample-webmvc-app/**'
78
- '.github/workflows/spring-sample-web-app-ci.yml'
89
workflow_dispatch:
910

@@ -37,6 +38,11 @@ jobs:
3738
env:
3839
GITHUB_TOKEN: ${{ github.token }}
3940

41+
- name: Build Sample Web App with Maven
42+
run: mvn -B install -s $GITHUB_WORKSPACE/settings.xml --file spring/fluentforms-sample-webmvc-app
43+
env:
44+
GITHUB_TOKEN: ${{ github.token }}
45+
4046
#
4147
#
4248
# - name: Publish Sample Web App to GitHub Packages Apache Maven

0 commit comments

Comments
 (0)