Skip to content

Commit

Permalink
update build to test webapp and not all
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-Guerra committed Feb 26, 2024
1 parent fe37c62 commit 3a9ba60
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npx playwright test
- run: npx playwright test webapp --coverage
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down
6 changes: 0 additions & 6 deletions webapp/e2e/features/register-form.feature

This file was deleted.

5 changes: 0 additions & 5 deletions webapp/e2e/jest.config.js

This file was deleted.

52 changes: 0 additions & 52 deletions webapp/e2e/steps/register-form.steps.js

This file was deleted.

19 changes: 0 additions & 19 deletions webapp/e2e/test-environment-setup.js

This file was deleted.

0 comments on commit 3a9ba60

Please sign in to comment.