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 6653d4b commit bf4afe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
working-directory: ./app
working-directory: /app
env:
NODE_ENV: test
with:
node-version: 20

- name: Install dependencies
working-directory: ./app
working-directory: /app
run: |
cp app/.env.example app/.env
npm install
Expand Down

0 comments on commit bf4afe4

Please sign in to comment.