Skip to content

chore(deps): update dorny/paths-filter digest to ceb8a2b - #632

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/dorny-paths-filter-digest
Open

chore(deps): update dorny/paths-filter digest to ceb8a2b#632
renovate[bot] wants to merge 1 commit into
developfrom
renovate/dorny-paths-filter-digest

chore(deps): update dorny/paths-filter digest to ceb8a2b

8add42b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Test Results failed Aug 25, 2026 in 0s

3 fail, 8 skipped, 3 053 pass in 14m 7s

   10 files  ±0  1 167 suites  ±0   14m 7s ⏱️ +2s
3 064 tests ±0  3 053 ✅  - 3   8 💤 ±0  3 ❌ +3 
6 738 runs  ±0  6 694 ✅  - 5  39 💤 ±0  5 ❌ +5 

Results for commit 8add42b. ± Comparison against earlier commit f38118b.

Annotations

Check warning on line 25 in test/integration/scratch-tests.js

See this annotation in the file changed.

@github-actions github-actions / Test Results

cat touches box (test/integration/scratch-tests.js > File: cat-touches-box.sb2, GPU Mode: ForceCPU) failed

test-results/scratch-render-test-output/junit.xml
Raw output
at:
  fileName: test/integration/scratch-tests.js
  lineNumber: 25
  columnNumber: 15
  typeName: Object
  methodName: fail
  functionName: Object.fail
stack: |
  Object.fail (test/integration/scratch-tests.js:25:15)
  test/integration/scratch-tests.js:42:38
  Array.forEach
  checkOneGpuMode (test/integration/scratch-tests.js:38:10)
  Test.<anonymous> (test/integration/scratch-tests.js:113:58)
  testFile (test/integration/scratch-tests.js:113:9)
  test/integration/scratch-tests.js:126:9
source: |2
          },
          fail (reason) {
              t.fail(reason);
  --------------^
          },
          plan (count) {

Check warning on line 25 in test/integration/scratch-tests.js

See this annotation in the file changed.

@github-actions github-actions / Test Results

box touches cat (test/integration/scratch-tests.js > File: cat-touches-box.sb2, GPU Mode: ForceCPU) failed

test-results/scratch-render-test-output/junit.xml
Raw output
at:
  fileName: test/integration/scratch-tests.js
  lineNumber: 25
  columnNumber: 15
  typeName: Object
  methodName: fail
  functionName: Object.fail
stack: |
  Object.fail (test/integration/scratch-tests.js:25:15)
  test/integration/scratch-tests.js:42:38
  Array.forEach
  checkOneGpuMode (test/integration/scratch-tests.js:38:10)
  Test.<anonymous> (test/integration/scratch-tests.js:113:58)
  testFile (test/integration/scratch-tests.js:113:9)
  test/integration/scratch-tests.js:126:9
source: |2
          },
          fail (reason) {
              t.fail(reason);
  --------------^
          },
          plan (count) {

Check warning on line 113 in test/integration/scratch-tests.js

See this annotation in the file changed.

@github-actions github-actions / Test Results

File: cat-touches-box.sb2, GPU Mode: ForceCPU (test/integration/scratch-tests.js) failed

test-results/scratch-render-test-output/junit.xml [took 0s]
Raw output
at:
  fileName: test/integration/scratch-tests.js
  lineNumber: 113
  columnNumber: 9
  functionName: testFile
  isToplevel: true
source: >2
  
      for (const gpuMode of allGpuModes) {
          test(`File: ${file}, GPU Mode: ${gpuMode}`, t => checkOneGpuMode(t, says[gpuMode]));
  --------^
      }
  };