diff --git a/.github/workflows/common-test-and-update-docs.yml b/.github/workflows/common-test-and-update-docs.yml index 6b17af3..38def47 100644 --- a/.github/workflows/common-test-and-update-docs.yml +++ b/.github/workflows/common-test-and-update-docs.yml @@ -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: | diff --git a/.github/workflows/test-CI.yml b/.github/workflows/test-CI.yml index 5757677..4bae062 100644 --- a/.github/workflows/test-CI.yml +++ b/.github/workflows/test-CI.yml @@ -1,4 +1,4 @@ -name: Develop CI +name: test CI on: workflow_dispatch: