update ui ci names and levels (#929)

This commit is contained in:
Sriman Achanta
2023-10-01 21:28:07 -04:00
committed by GitHub
parent 5267b2c70d
commit 65d5494ab3
2 changed files with 4 additions and 3 deletions

View File

@@ -68,10 +68,10 @@ jobs:
run: npm ci
- name: Check Linting
run: npm run lint
run: npm run lint-ci
- name: Check Formatting
run: npm run check-format
run: npm run format-ci
photon-build-examples:
runs-on: ubuntu-22.04
name: "Build Examples"