diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 639242e..e47dbad 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,6 +33,8 @@ jobs: go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct chown -R root:root /root/.ssh + cd ~ + git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git - name: Build run: make build - name: Test