Skip to content

Commit

Permalink
debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carapidev committed Dec 1, 2024
1 parent 1e9d921 commit 28b93d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
working-directory: ./app
run: |
cp app/.env.example app/.env
cp .env.example .env
npm install
- name: Run tests
Expand Down

0 comments on commit 28b93d0

Please sign in to comment.