We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c92672 commit ac14fa2Copy full SHA for ac14fa2
.github/deploy.yaml
@@ -0,0 +1,10 @@
1
+name: sampleapp-ci
2
+on: workflow_dispatch
3
+jobs:
4
+ compile:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: get code
8
+ uses: actions/checkout@v4
9
+ - name: mvn compile
10
+ run: mvn compile
0 commit comments