From ac3524e7a5fb0faead484827d1c1f60c6b3ec8d7 Mon Sep 17 00:00:00 2001 From: kevinccbsg Date: Sun, 23 Nov 2025 23:53:01 +0100 Subject: [PATCH] feat: add cli poc --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 656f6a5..ab5fabb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: CI: true - name: Run Puppeteer tests (test:ci) - run: npm run test:ci + run: npx twd-cli run env: CI: true