Skip to content

Commit

Permalink
add ci for hertzbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed May 18, 2024
1 parent 66d760f commit 4789c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-hertzbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build and Test
run: |
cd applications/hertzbeat
mvn clean install
mvn clean test
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ build/Release

# Dependency directories
node_modules/
config/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
Expand Down Expand Up @@ -311,4 +310,4 @@ venv.bak/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
dmypy.json

0 comments on commit 4789c9a

Please sign in to comment.