diff --git a/.github/workflows/backend-pr-check.yml b/.github/workflows/backend-pr-check.yml index 53d2838..2016592 100644 --- a/.github/workflows/backend-pr-check.yml +++ b/.github/workflows/backend-pr-check.yml @@ -24,7 +24,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Cd to the directory to test - working-directory: ./backend/typescript + working-directory: ./backend run: | npm install npm run pr-check \ No newline at end of file diff --git a/.github/workflows/frontend-pr-check.yml b/.github/workflows/frontend-pr-check.yml index c43b157..544f6d5 100644 --- a/.github/workflows/frontend-pr-check.yml +++ b/.github/workflows/frontend-pr-check.yml @@ -24,7 +24,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Cd to the directory to test - working-directory: ./frontend/typescript + working-directory: ./frontend run: | npm install npm run pr-check \ No newline at end of file