Skip to content

feat(tileEngine,Animation)!: support margin and spacing properties #69

feat(tileEngine,Animation)!: support margin and spacing properties

feat(tileEngine,Animation)!: support margin and spacing properties #69

Triggered via pull request July 12, 2024 21:38
Status Failure
Total duration 2m 57s
Artifacts

tests.yml

on: pull_request
Detect Changes
2s
Detect Changes
Unit Tests
33s
Unit Tests
Typescript Tests
20s
Typescript Tests
Permutation Tests: GameObject
0s
Permutation Tests: GameObject
Permutation Tests: Sprite
0s
Permutation Tests: Sprite
Permutation Tests: Text
0s
Permutation Tests: Text
Permutation Tests: TileEngine
2m 39s
Permutation Tests: TileEngine
Permutation Tests: Updatable
0s
Permutation Tests: Updatable
Permutation Tests: Vector
0s
Permutation Tests: Vector
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Typescript Tests: test/typings/spriteSheet.ts#L25
Argument of type '{ image: HTMLImageElement; frameWidth: number; frameHeight: number; frameMargin: number; animations: { walk: { frames: number; frameRate: number; loop: boolean; }; }; }' is not assignable to parameter of type '{ image: HTMLCanvasElement | HTMLImageElement; frameWidth: number; frameHeight: number; spacing?: number; margin?: number; animations?: object; }'.
Typescript Tests
Process completed with exit code 2.
Unit Tests
Process completed with exit code 1.
Detect Changes
The following actions uses Node.js version which is deprecated and will be forced to run on node20: dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Typescript Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Permutation Tests: TileEngine
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/