fix(ci): add missing 'with' block for checkout step in backend and frontend jobs
Some checks failed
CI / Backend Tests (pull_request) Failing after 11m23s
CI / Frontend Tests (pull_request) Successful in 9m45s

This commit is contained in:
2026-03-27 15:35:32 -03:00
parent 46391948b3
commit 06112330b6

View File

@@ -13,6 +13,8 @@ jobs:
working-directory: backend
steps:
- uses: actions/checkout@v4
with:
github-server-url: http://gitea.lab
- name: Set up JDK 21
uses: actions/setup-java@v4
@@ -42,6 +44,8 @@ jobs:
working-directory: frontend
steps:
- uses: actions/checkout@v4
with:
github-server-url: http://gitea.lab
- name: Set up Node 20
uses: actions/setup-node@v4