Skip to content

Commit eee934e

Browse files
authored
Angular 20 (#1497)
1 parent cca5edb commit eee934e

124 files changed

Lines changed: 17224 additions & 13640 deletions

File tree

Some content is hidden

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

.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)