Skip to content

Add example glb file for 3D viewer testing #34

Add example glb file for 3D viewer testing

Add example glb file for 3D viewer testing #34

Workflow file for this run

name: ci3
on:
push:
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
boolean_default_true:
description: 'Test scenario tags'
required: true
type: boolean
default: true
permissions:
contents: read
jobs:
testcolor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
echo hello
echo world