Skip to content

Fix for skybox washed out colors #332

Fix for skybox washed out colors

Fix for skybox washed out colors #332

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Build
run: |
npm install
npm run build
- name: Test
run: |
npm run test:pixi5
npm run test:pixi6
npm run test:pixi7