Skip to content

Commit

Permalink
change working directory before add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Sep 17, 2024
1 parent 7240444 commit 7d3427d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Change directory to Angular app
run: cd client/wfprev-war/src/main/angular

# Use the NPMRC secret to set up npm authentication
- name: Add .npmrc file
run: echo -e $NPMRC > ~/.npmrc

- name: Change directory to Angular app
run: cd client/wfprev-war/src/main/angular

# Install dependencies
- run: npm install
working-directory: client/wfprev-war/src/main/angular
Expand Down

0 comments on commit 7d3427d

Please sign in to comment.