Skip to content

Commit

Permalink
Merge pull request #1280 from daizhenyu/develop-check
Browse files Browse the repository at this point in the history
workflows添加backend文件路径
  • Loading branch information
Sherlockhan authored Aug 14, 2023
2 parents 2563373 + 8c5f930 commit 2dfe0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/scenarios/backend/redis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ runs:
shell: bash
run: |
sudo apt install redis-server -y
sudo sed -i 's/# requirepass foobared/requirepass 123456/g' /etc/redis/redis.conf
sudo service redis restart
- name: start backend with redis
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- 'sermant-agentcore/**'
- 'sermant-backend/**'
- '.github/workflows/backend*.yml'
- '.github/actions/scenarios/backend/memory/action.yml'
- '.github/actions/scenarios/backend/redis/action.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 2dfe0b9

Please sign in to comment.