Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina-Sakai committed Oct 10, 2024
1 parent d0e55b2 commit 5d0542f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
cd ..
rm -rf kitex-tests
git clone -- branch fix/combine_services_parse_mode https://github.com/Marina-Sakai/kitex-tests.git
git clone --branch fix/combine_services_parse_mode https://github.com/Marina-Sakai/kitex-tests.git
cd kitex-tests
./run.sh ${{github.workspace}}
cd ${{github.workspace}}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
go install ./tool/cmd/kitex
LOCAL_REPO=$(pwd)
cd ..
git clone -- branch fix/combine_services_parse_mode https://github.com/Marina-Sakai/kitex-tests.git
git clone --branch fix/combine_services_parse_mode https://github.com/Marina-Sakai/kitex-tests.git
cd kitex-tests/codegen
go mod init codegen-test
go mod edit -replace=github.com/apache/thrift=github.com/apache/thrift@v0.13.0
Expand Down

0 comments on commit 5d0542f

Please sign in to comment.