diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1734a61..cbd075a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -92,7 +92,7 @@ jobs: sudo apt-get install -y gettext npm install -g @lhci/cli@0.14.x - name: Setup LHCI files (env & entrypoint) - run: chmod +x app/entrypoint.sh && cp .env.lhci app/.env + run: chmod +x entrypoint.sh && cp .env.lhci app/.env - name: Run Django fixtures run: | cd app