From da75072ba18a696dfc218e0c338ac65342751a5d Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Fri, 7 Jul 2023 15:01:40 +0200 Subject: [PATCH] test(e2e): fix command --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 7612898..69a2053 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -61,7 +61,7 @@ jobs: - name: Run End-to-End Tests run: | set -o pipefail - npx tsx --no-warnings ./feature-runner/run-features.ts | npx tsx --no-warnings ./feature-runner/console-reporter.ts + npx tsx --no-warnings ./features/run-features.ts | npx tsx --no-warnings ./features/console-reporter.ts - name: Clean up End-to-End test resources env: