Skip to content
Snippets Groups Projects
Commit 01ba7495 authored by scott.wang's avatar scott.wang
Browse files

Fix shell script name

parent f9368d50
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ script:
- chmod u+x before_ut.sh && ./before_ut.sh
- go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
# integrate-test
- chmod +x integrate_test.sh && ./integtrate_test.sh
- chmod +x integrate_test.sh && ./integrate_test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment