Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozirun committed Nov 18, 2024
1 parent 8e0228a commit cc433f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Start mysql
run: |
docker-compose -f docker-compose.yaml up -d leap-ledger-mysql leap-ledger-nats leap-ledger-redis
chmod -R 777 ./
sudo chmod -R 777 ./
- name: Wait for MySQL to be ready
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Develop CI
name: test CI

on:
workflow_dispatch:
Expand Down

0 comments on commit cc433f9

Please sign in to comment.