Skip to content

Commit

Permalink
fixup! 3d3ff11
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 28, 2024
1 parent b0b468a commit e9c963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sudo apt-get install -y gettext
npm install -g @lhci/[email protected]
- 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
Expand Down

0 comments on commit e9c963f

Please sign in to comment.