Skip to content

Commit

Permalink
add change dir commands
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Oct 31, 2024
1 parent 675989f commit c20b23d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ jobs:
node-version: '16'

- name: Check compilation errors
run: npm run tsc
run: |
cd tests/e2e
npm run tsc
- name: Check lint errors
run: npm run lint
run: |
cd tests/e2e
npm run lint
- name: Start minikube
id: run-minikube
Expand Down

0 comments on commit c20b23d

Please sign in to comment.