Update test.build.yml

This commit is contained in:
antontranelis 2025-01-30 15:26:56 +00:00 committed by GitHub
parent 9f409e36f4
commit 4a685c001e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ jobs:
npm link npm link
working-directory: ./ working-directory: ./
test-examples: build-examples:
if: needs.files-changed.outputs.build == 'true' if: needs.files-changed.outputs.build == 'true'
name: Test Example Apps name: Test Example Apps
needs: build needs: build
@ -59,8 +59,3 @@ jobs:
npm install npm install
npm link utopia-ui npm link utopia-ui
npm run build npm run build
- name: Run Tests
run: |
cd ${{ matrix.app }}
npm test