Skip to content

Commit e36854a

Browse files
committed
Update package-lock.json to fix dependency versions, adjust resolved URLs for packages, and remove deprecated entries. Enhance web-test-runner configuration with middleware for URL rewriting and custom HTML for test runner. Update GitHub Actions workflow to include AMF model generation step during deployment.
1 parent 8fcbffd commit e36854a

File tree

3 files changed

+2277
-2165
lines changed

3 files changed

+2277
-2165
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
rm -rf node_modules package-lock.json
3131
npm install -g [email protected]
3232
npm ci
33+
- name: Generate AMF models
34+
run: npm run prepare
3335
- name: Install Playwright browsers
3436
run: |
3537
npx playwright install --with-deps chromium firefox webkit
@@ -49,6 +51,8 @@ jobs:
4951
rm -rf node_modules package-lock.json
5052
npm install -g [email protected]
5153
npm ci
54+
- name: Generate AMF models
55+
run: npm run prepare
5256
- name: Install Playwright browsers
5357
run: |
5458
npx playwright install --with-deps chromium firefox webkit

0 commit comments

Comments
 (0)