Skip to content

Commit

Permalink
chore: removing temporarly test execution (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
  • Loading branch information
ederign authored Aug 1, 2024
1 parent 079d064 commit 8ea99af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ui-frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
working-directory: clients/ui/frontend
run: npm install

- name: Run tests
working-directory: clients/ui/frontend
run: npm run test:coverage

- name: Clean
working-directory: clients/ui/frontend
run: npm run clean
run: npm run build:clean

- name: Build
working-directory: clients/ui/frontend
Expand Down

0 comments on commit 8ea99af

Please sign in to comment.