From 1970e969a12a19c554fd4c63b33e63d83b67942d Mon Sep 17 00:00:00 2001 From: mmusiien Date: Thu, 31 Oct 2024 15:57:07 +0200 Subject: [PATCH] add fetchings dependencies --- .github/workflows/pr-check.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 5153fb46b7e..cfb7f6b8a8f 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -47,16 +47,14 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - + - working-directory: tests/e2e - name: Check compilation errors run: | - cd tests/e2e npm run tsc + npm ci - name: Check lint errors - run: | - cd tests/e2e - npm run lint + run: cd tests/e2e - name: Start minikube id: run-minikube @@ -102,8 +100,6 @@ jobs: - name: Run Empty Workspace API test run: | - cd tests/e2e - npm ci export TS_PLATFORM=kubernetes && export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl && export TS_SELENIUM_VALUE_OPENSHIFT_OAUTH=false &&