aboutsummaryrefslogtreecommitdiffstats
path: root/tests/e2e/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/README.md')
-rw-r--r--tests/e2e/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/e2e/README.md b/tests/e2e/README.md
index 2d9a0ab8fd..bf444ddb80 100644
--- a/tests/e2e/README.md
+++ b/tests/e2e/README.md
@@ -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