Skip to content

Commit

Permalink
Add ./js as workingDirectory for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
blacelle committed Sep 19, 2024
1 parent ccfdb91 commit 7f78fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Go to JS folder
run: cd js
- name: Install dependencies
working-directory: ./js
run: npm ci
- name: Install Playwright Browsers
working-directory: ./js
run: npx playwright install --with-deps
- name: Run Playwright tests
working-directory: ./js
run: npx playwright test
- uses: actions/upload-artifact@v4
if: always()
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spring:
logging:
level:
org.springframework.security: INFO
org.springframework.web.reactive: DEBUG
org.springframework.web.reactive: INFO
eu.solven.kumite.app.webflux.KumiteExceptionRoutingWebFilter: DEBUG
eu.solven.kumite.app.webflux.KumiteWebExceptionHandler: DEBUG

Expand Down

0 comments on commit 7f78fdc

Please sign in to comment.