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 06645da commit 8a089a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
sudo chmod -R 777 ./
sudo chmod -R 777 ./
- name: Wait for MySQL to be ready
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
set -e
set -o pipefail
go install github.com/jstemmer/go-junit-report/v2@latest
go test -timeout 5m -v ./... -coverprofile=docs/coverage.out 2>&1 | tee docs/test-process.log
sudo go test -timeout 5m -v ./... -coverprofile=docs/coverage.out 2>&1 | tee docs/test-process.log
go-junit-report < docs/test-process.log > docs/test-report.xml
- name: Upload test-report.xml
Expand Down

0 comments on commit 8a089a9

Please # to comment.