Skip to content

Commit

Permalink
Refinamento no processo de criação de imagem DEV/PROD com docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfariakof committed Jan 9, 2024
1 parent a14f41e commit 893709b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Install Angular dependencies
run: |
cd HomeBrokerSPA/HomeBrokerChart
npm install npm@latest > $null 2>&1
npm install -g @angular/cli > $null 2>&1
npm install npm@latest > /dev/null 2>&1
npm install -g @angular/cli > /dev/null 2>&1
npm install
continue-on-error: false

Expand Down

0 comments on commit 893709b

Please sign in to comment.