Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] test: add handler tests in paper service #122

Closed
wants to merge 15 commits into from

Conversation

penqee
Copy link
Contributor

@penqee penqee commented Dec 2, 2024

No description provided.

@penqee penqee requested review from jiuxia211, ozline and a team as code owners December 2, 2024 16:35
@ozline
Copy link
Member

ozline commented Dec 2, 2024

正好只有一个文件。。。你先 close 这个 pr,按照如下步骤做:

  1. 复制你整个 handler 的代码,或者保存这个文件到其他地方
  2. 在项目根目录执行git checkout main 回到 main 分支
  3. 执行git pull拉最新代码
  4. 如果出现报错,你把整个项目删掉,重新 clone 代码,然后做下面的步骤
  5. 在项目根目录执行git checkout -b add-handler-test
  6. 添加你的 handler 变更
  7. 然后执行 git add、git commit
  8. 推送这个分支git push -u origin add-handler-test
  9. 发起 pr

@penqee penqee closed this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants