From 36551e63e9fb849448404723ba2d543381d8dd58 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 4 May 2025 11:46:59 +0200 Subject: [PATCH] fix wrong path --- .github/workflows/test_backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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