Build demo with esbuild

This commit is contained in:
Daniel Imms
2024-07-05 12:37:10 -07:00
parent 4d45215622
commit 1911d19cf8
+1 -1
View File
@@ -204,7 +204,7 @@ jobs:
fi
ls -R
- name: Build demo
run: yarn build-demo
run: yarn esbuild-demo
- name: Integration tests (core) # Tests use 50% workers to reduce flakiness
run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=core
- name: Integration tests (addon-attach)