You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
- name: Use Node.js 18
33
33
uses: actions/setup-node@v4
34
34
with:
35
-
node-version: "18.18"
35
+
node-version: '18.18'
36
36
- run: corepack enable
37
37
- run: yarn install
38
38
- name: yarn start:docker
@@ -60,12 +60,12 @@ jobs:
60
60
with:
61
61
start: npx serve ui/dist -p 5173
62
62
command: yarn test:e2e
63
-
wait-on: "http://localhost:5173"
63
+
wait-on: 'http://localhost:5173'
64
64
wait-on-timeout: 120
65
65
browser: chrome
66
66
env:
67
67
DISPLAY: :0.0
68
-
SECRET_WORDS: "orbit bench unit task food shock brand bracket domain regular warfare company announce wheel grape trust sphere boy doctor half guard ritual three ecology"
68
+
SECRET_WORDS: 'orbit bench unit task food shock brand bracket domain regular warfare company announce wheel grape trust sphere boy doctor half guard ritual three ecology'
0 commit comments