Skip to content

Commit

Permalink
chore: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msgui committed Aug 25, 2023
1 parent 232e273 commit b81ffc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'release-*'
- 'test-*'
pull_request:

jobs:
build:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-dist/src/assembly/travis/run-unit-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ set -ev
BACKEND=$1

if [[ "$BACKEND" == "memory" ]]; then
mvn test -P unit-test -X
mvn test -P unit-test
fi

0 comments on commit b81ffc7

Please sign in to comment.