Skip to content

Commit c5791fb

Browse files
committed
update GH action
1 parent 4b90256 commit c5791fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
with:
4646
node-version: 18
4747
- name: Install playground dependencies
48-
run: cd ./web/playground && npm i
48+
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"
4951
- name: Build playground
5052
run: cd ./web/playground && npm run build
5153
- name: Run playground tests

0 commit comments

Comments
 (0)