Skip to content

Commit

Permalink
ci: 添加测试构建 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed May 9, 2023
1 parent 6e3f978 commit 68e3d72
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '17'

- uses: gradle/[email protected]
with:
arguments: build

0 comments on commit 68e3d72

Please sign in to comment.