diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index 96c6ecfd8..0f9383e1b 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -80,4 +80,4 @@ jobs: uses: actions/checkout@v3 - name: Backend | Locales - run: cd out/backend && yarn locales \ No newline at end of file + run: cd backend && yarn locales \ No newline at end of file