From 3c71bdcb8490a59db01f1d802e0db9b23c0c41e4 Mon Sep 17 00:00:00 2001 From: UO283216 <98907723+UO283216@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:56:38 +0200 Subject: [PATCH] Removed resapi here --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a361986..e496618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,5 @@ jobs: with: node-version: 18 - run: npm --prefix webapp install - - run: npm --prefix restapi install - run: npm --prefix webapp run build - run: npm --prefix webapp run test:e2e