Skip to content

fix: Fix the color tone for tile rendering. #73

fix: Fix the color tone for tile rendering.

fix: Fix the color tone for tile rendering. #73

name: "Cinema 4D xa11y Integration Tests"
on:
push:
branches:
- mainline
# Restricted to developers with permission to approve pull requests.
- feature/ci-tests
jobs:
windows:
name: Windows, Cinema 4D ${{ matrix.c4d_version }}
strategy:
fail-fast: false
matrix:
c4d_version: ["2024", "2025", "2026"]
uses: ./.github/workflows/integ_windows.yml
with:
c4d_version: ${{ matrix.c4d_version }}
secrets:
AWS_OIDC_ROLE_ARN: ${{ secrets.AWS_OIDC_ROLE_ARN }}
AWS_REGION: ${{ secrets.AWS_REGION }}
RLM_PORT: ${{ secrets.RLM_PORT }}
INSTALLER_BUCKET: ${{ secrets.INSTALLER_BUCKET }}
INSTALLER_BUCKET_EXPECTED_OWNER: ${{ secrets.INSTALLER_BUCKET_EXPECTED_OWNER }}
LICENSE_ROLE_ARN: ${{ secrets.LICENSE_ROLE_ARN }}
BASTION_INSTANCE_TAG: ${{ secrets.BASTION_INSTANCE_TAG }}
permissions:
id-token: write
contents: read
macos:
name: macOS, Cinema 4D ${{ matrix.c4d_version }}
strategy:
fail-fast: false
matrix:
c4d_version: ["2024", "2025", "2026"]
uses: ./.github/workflows/integ_macos.yml
with:
c4d_version: ${{ matrix.c4d_version }}
secrets:
AWS_OIDC_ROLE_ARN: ${{ secrets.AWS_OIDC_ROLE_ARN }}
AWS_REGION: ${{ secrets.AWS_REGION }}
RLM_PORT: ${{ secrets.RLM_PORT }}
INSTALLER_BUCKET: ${{ secrets.INSTALLER_BUCKET }}
INSTALLER_BUCKET_EXPECTED_OWNER: ${{ secrets.INSTALLER_BUCKET_EXPECTED_OWNER }}
LICENSE_ROLE_ARN: ${{ secrets.LICENSE_ROLE_ARN }}
BASTION_INSTANCE_TAG: ${{ secrets.BASTION_INSTANCE_TAG }}
permissions:
id-token: write
contents: read