Skip to content

Commit 2242cd3

Browse files
committed
make app inside server
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
1 parent 9e5aa0b commit 2242cd3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,8 @@ jobs:
137137
- name: e2e test
138138
id: e2e
139139
run: |
140-
node -v
141-
npm ci
142-
ls /home/runner/work/
143-
npm run build
140+
cd server/apps/integration_openproject
141+
make
144142
npm run test:e2e tests/e2e/features/webUI
145143
continue-on-error: true
146144

0 commit comments

Comments
 (0)