Skip to content

Commit

Permalink
add fetchings dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Oct 31, 2024
1 parent c20b23d commit 1970e96
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 &&
Expand Down

0 comments on commit 1970e96

Please sign in to comment.