Skip to content

Commit

Permalink
feat(store): add e2e action
Browse files Browse the repository at this point in the history
1. add e2e action

Signed-off-by: TheR1sing3un <[email protected]>
  • Loading branch information
TheR1sing3un committed Oct 18, 2023
1 parent 7edab70 commit 256f986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: docker-${{ runner.os }}
- name: Build distribution tar
run: |
mvn -Prelease-all clean install -U
mvn -Prelease-all -DskipTests -Dspotbugs.skip=true -Dcheckstyle.skip=true clean install -U
- uses: actions/upload-artifact@v3
name: Upload distribution tar
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflows: ["BUILD-CI"]
types:
- completed
branches: ['**']

env:
DOCKER_REPO: apache/rocketmq-ci
Expand Down

0 comments on commit 256f986

Please sign in to comment.