We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad91f0 commit dcd265eCopy full SHA for dcd265e
1 file changed
‎.github/workflows/spring-sample-web-app-ci.yml‎
@@ -4,6 +4,7 @@ on:
4
push:
5
paths:
6
- 'spring/fluentforms-sample-web-app/**'
7
+ - 'spring/fluentforms-sample-webmvc-app/**'
8
- '.github/workflows/spring-sample-web-app-ci.yml'
9
workflow_dispatch:
10
@@ -37,6 +38,11 @@ jobs:
37
38
env:
39
GITHUB_TOKEN: ${{ github.token }}
40
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
+
46
#
47
48
# - name: Publish Sample Web App to GitHub Packages Apache Maven
0 commit comments