replace drone exec
to act_runner exec
in test README.md (#24791)
This commit is contained in:
parent
1e1e8b5d43
commit
25d4f95df2
4 changed files with 44 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue