修复 playwright 在不同源的版本不同导致的问题

This commit is contained in:
2025-11-18 02:22:35 +08:00
parent 789500842c
commit a8a7b62f76
3 changed files with 25 additions and 5 deletions

View File

@ -38,6 +38,14 @@ steps:
path: /var/run/docker.sock
commands:
- docker run --rm gitea.service.jazzwhom.top/mttu-developers/konabot:nightly-${DRONE_COMMIT_SHA} python scripts/test_plugin_load.py
- name: 在容器中测试 Playwright 工作正常
image: docker:dind
privileged: true
volumes:
- name: docker-socket
path: /var/run/docker.sock
commands:
- docker run --rm gitea.service.jazzwhom.top/mttu-developers/konabot:nightly-${DRONE_COMMIT_SHA} python scripts/test_playwright.py
- name: 发送构建结果到 ntfy
image: parrazam/drone-ntfy
when: