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 dcaea2a commit 164dd8c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ jobs:
name: frontend-artifact
path: client/dist

- name: Install Chrome dependencies
run: sudo apt-get install -y libnss3 libgconf-2-4

- name: Set up Chrome for Karma
run: |
sudo ln -s /usr/bin/google-chrome /usr/bin/chromium-browser
sudo ln -s /usr/bin/google-chrome /usr/bin/chrome
- name: Run Tests for Resource Server
run: mvn -B test --file resource_server/pom.xml
- name: Run Tests for Authorization Server
Expand Down

0 comments on commit 164dd8c

Please sign in to comment.