mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
replace drone exec to act_runner exec in test README.md (#24791)
This commit is contained in:
@@ -22,9 +22,9 @@ npx playwright install-deps
|
||||
```
|
||||
|
||||
|
||||
## Run all tests via local drone
|
||||
## Run all tests via local act_runner
|
||||
```
|
||||
drone exec --local --build-event "pull_request"
|
||||
act_runner exec -W ./.github/workflows/pull-e2e-tests.yml --event=pull_request --default-actions-url="https://github.com" -i catthehacker/ubuntu:runner-latest
|
||||
```
|
||||
|
||||
## Run sqlite e2e tests
|
||||
|
||||
Reference in New Issue
Block a user