diff --git a/.github/workflows/backend-deno-ci.yml b/.github/workflows/backend-deno-ci.yml index a798156..4fba909 100644 --- a/.github/workflows/backend-deno-ci.yml +++ b/.github/workflows/backend-deno-ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3.6.0 - name: Setup Virtual Environment 🛠️ run: |- - ../backend-features/tools/setup.sh + ../backend-features/tools/setup-venv.sh . ../backend-features/.venv/bin/activate - name: Run Tests 🧪 run: ../backend-features/run-tests.py