We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b90256 commit c5791fbCopy full SHA for c5791fb
.github/workflows/maven.yml
@@ -45,7 +45,9 @@ jobs:
45
with:
46
node-version: 18
47
- name: Install playground dependencies
48
- run: cd ./web/playground && npm i
+ run: cd ./web/playground && npm --global i yarn && yarn install
49
+ - name: Create Configuration.js file
50
+ run: cd ./web/playground && node_modules/.bin/gulp --baseUrlProtocol=http --baseUrlDomain=localhost --baseUrlPort=7001 --baseUrlPath="/" --websocketProtocol="ws"
51
- name: Build playground
52
run: cd ./web/playground && npm run build
53
- name: Run playground tests
0 commit comments