1
Fork 0

replace drone exec to act_runner exec in test README.md (#24791)

This commit is contained in:
a1012112796 2023-05-19 03:48:47 +08:00 committed by GitHub
parent 1e1e8b5d43
commit 25d4f95df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 11 deletions

View file

@ -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