Skip to content

Commit 9b6779a

Browse files
authored
update render-fidelity dependencies (#4898)
* update actions * updated some packages * fix artifact-creator * update goldens * increase timeout * revert golden updates * increase protocol timeout * try to fix protocol timout * test CI * test CI properly * revert testing check * graceful failure? * catch errors better * exclude two mysterious test failures
1 parent d86c111 commit 9b6779a

File tree

10 files changed

+1186
-594
lines changed

10 files changed

+1186
-594
lines changed

.github/workflows/deploy-documentation.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
timeout-minutes: 60
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: true
1717

18-
- uses: actions/setup-node@v3
19-
with:
20-
node-version: '16.x'
18+
- uses: actions/setup-node@v4
2119

2220
- name: NPM install
2321
run: npm ci
@@ -32,7 +30,7 @@ jobs:
3230
run: ./packages/modelviewer.dev/scripts/ci-before-deploy.sh
3331

3432
- name: Deploy to Github Pages
35-
uses: peaceiris/actions-gh-pages@v3
33+
uses: peaceiris/actions-gh-pages@v4
3634
with:
3735
github_token: ${{ secrets.GITHUB_TOKEN }}
3836
publish_branch: gh-pages

.github/workflows/fidelity-tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ jobs:
88
timeout-minutes: 90
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
submodules: true
1414

15-
- uses: actions/setup-node@v3
16-
with:
17-
node-version: '16.x'
15+
- uses: actions/setup-node@v4
1816

1917
- name: NPM install
2018
run: npm ci
@@ -27,6 +25,6 @@ jobs:
2725
npm run build --workspace=@google/model-viewer --workspace=@google/model-viewer-render-fidelity-tools
2826
2927
- name: Fidelity tests
30-
uses: GabrielBB/xvfb-action@v1.0
28+
uses: coactions/setup-xvfb@v1
3129
with:
3230
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools -- --quiet

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99
timeout-minutes: 60
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
submodules: true
1515

16-
- uses: actions/setup-node@v3
17-
with:
18-
node-version: '16.x'
16+
- uses: actions/setup-node@v4
1917

2018
- name: NPM install
2119
run: npm ci

0 commit comments

Comments
 (0)