From 55d518aa0eef4a57b135f329bf91864811a1b04f Mon Sep 17 00:00:00 2001 From: Alan Alickovic Date: Wed, 17 Jul 2024 22:00:49 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6bfa245..b117f484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - - name: Go to the project directory - run: cd ./apps/vite-react - name: Set environment variables run: mv .env.example-e2e .env - name: Install dependencies