Skip to content

Commit 8dd5937

Browse files
committed
Merge branch 'main' into feature/turnstile-captcha-registration
Resolved conflicts: - angular.json: Took main's Angular 19 build config (vitest, @angular/build) - registration.component.css: Merged turnstile styles with main's CSS variables - registration.component.spec.ts: Merged turnstile mocks with vitest syntax - company.service.ts: Kept turnstileToken feature with main's safer error handling
2 parents 14dc773 + eee934e commit 8dd5937

File tree

124 files changed

+21926
-18412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+21926
-18412
lines changed

.github/workflows/frontend.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: '24'
1417
- run: cd frontend && yarn install
18+
- name: Install Playwright browsers
19+
run: cd frontend && yarn playwright install
1520
- name: run tests
16-
run: cd frontend && yarn test --browsers=ChromeHeadlessCustom --no-watch --no-progress
21+
run: cd frontend && yarn test
1722
license:
1823
runs-on: ubuntu-latest
1924
steps:

0 commit comments

Comments
 (0)