From c5ff0926379af010f38e6f746900c3428f9a2307 Mon Sep 17 00:00:00 2001 From: Garvit Khatri Date: Tue, 4 Jun 2024 20:54:40 +0530 Subject: [PATCH] Fix path --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a7c1113c..1921cba9 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -27,7 +27,7 @@ jobs: run: docker compose -f "packages/tests-e2e/docker-compose.yml" up -d - name: Start tests - run: cd packages/test-e2e && pnpm run test:ci + run: cd packages/tests-e2e && pnpm run test:ci - name: Stop containers if: always()