Skip to content

Commit

Permalink
Impr: fixing run front end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCunha-19 committed May 18, 2024
1 parent 164dd8c commit 265c7b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
npm install
npm install -g @angular/cli@10
- name: Install Chrome
run: sudo apt-get install -y chromium-browser


- name: Run Linter
run: |
cd client
Expand Down

0 comments on commit 265c7b7

Please sign in to comment.