Skip to content

Commit

Permalink
Add server sdk v2.0 code
Browse files Browse the repository at this point in the history
  • Loading branch information
FuDongHai committed Jan 26, 2024
1 parent 3f47367 commit 37e221d
Show file tree
Hide file tree
Showing 703 changed files with 85,155 additions and 35,427 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build
on:
push:
branches: [ master ]
branches: [ master_java_2.0 ]
pull_request:
branches: [ master ]
branches: [ master_java_2.0 ]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -16,8 +16,18 @@ jobs:
java-version: 1.8
- name: Maven
run: mvn --batch-mode -Pci clean package
- name: CodeCov
uses: codecov/codecov-action@v1
- name: Maven Test
with:
IM_BASE_URI: ${{ secrets.IM_BASE_URI }}
IM_APPKEY: ${{ secrets.IM_APPKEY }}
IM_CLIENT_ID: ${{ secrets.IM_CLIENT_ID }}
IM_CLIENT_SECRET: ${{ secrets.IM_CLIENT_SECRET }}
# env:
# IM_BASE_URI: ${{ secrets.IM_BASE_URI }}
# IM_APPKEY: ${{ secrets.IM_APPKEY }}
# IM_CLIENT_ID: ${{ secrets.IM_CLIENT_ID }}
# IM_CLIENT_SECRET: ${{ secrets.IM_CLIENT_SECRET }}
run: mvn test
integration:
needs: build
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 37e221d

Please sign in to comment.