| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ab0baf9 commit ec5383c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,22 @@ | |||
| 1 | + name: CI | ||
| 2 | + | ||
| 3 | + on: | ||
| 4 | + pull_request: {} | ||
| 5 | + | ||
| 6 | + jobs: | ||
| 7 | + build: | ||
| 8 | + name: Build branch | ||
| 9 | + runs-on: ubuntu-latest | ||
| 10 | + steps: | ||
| 11 | + - name: Checkout source code | ||
| 12 | + uses: actions/checkout@v4 | ||
| 13 | + | ||
| 14 | + - name: Set up JDK 17 | ||
| 15 | + uses: actions/setup-java@v4 | ||
| 16 | + with: | ||
| 17 | + java-version: '17' | ||
| 18 | + distribution: 'temurin' | ||
| 19 | + cache: 'maven' | ||
| 20 | + | ||
| 21 | + - name: Build | ||
| 22 | + run: mvn verify | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: CI/CD build | ||
| 1 | + name: Publish Snapshot | ||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | push: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments