Skip to content

Commit

Permalink
Merge pull request #2 from apitable/fix-java-test-skip
Browse files Browse the repository at this point in the history
fix: resolve Java CI test skip
  • Loading branch information
BronLau authored Dec 8, 2022
2 parents 4819219 + 872e5d4 commit 956b5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Test
env:
DOMAIN: ${{ secrets.DOMAIN }}
TOKEN: ${{ secrets.TOKEN }}
TOKEN: ${{ secrets.JAVA_TOKEN }}
SPACE_ID: ${{ secrets.SPACE_ID }}
DATASHEET_ID: ${{ secrets.DATASHEET_ID }}
VIEW_ID: ${{ secrets.VIEW_ID }}
run: mvn --batch-mode -Dmaven.test.failure.ignore=true test
run: mvn --batch-mode test -Dmaven.test.skip=false

0 comments on commit 956b5e9

Please sign in to comment.