fix: oprava použití yarn v Gitea Actions
CI / Generate TypeScript types (push) Successful in 12s
CI / Generate TypeScript types (pull_request) Successful in 10s
CI / Server unit tests (push) Successful in 19s
CI / Server unit tests (pull_request) Has been cancelled
CI / Build server (pull_request) Has been cancelled
CI / Build client (pull_request) Has been cancelled
CI / Playwright E2E tests (pull_request) Has been cancelled
CI / Build and push Docker image (pull_request) Has been cancelled
CI / Notify (pull_request) Has been cancelled
CI / Build server (push) Successful in 32s
CI / Build client (push) Successful in 40s
CI / Playwright E2E tests (push) Failing after 3m24s
CI / Build and push Docker image (push) Has been skipped
CI / Notify (push) Successful in 2s

This commit is contained in:
2026-04-29 21:12:50 +02:00
parent db1fe473cd
commit 9383cd7d4c
+5 -5
View File
@@ -24,7 +24,7 @@ jobs:
with: with:
node-version: "22" node-version: "22"
- run: npm install -g yarn - run: corepack enable
- run: cd types && yarn install --frozen-lockfile && yarn openapi-ts - run: cd types && yarn install --frozen-lockfile && yarn openapi-ts
@@ -51,7 +51,7 @@ jobs:
with: with:
node-version: "22" node-version: "22"
- run: npm install -g yarn - run: corepack enable
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
@@ -73,7 +73,7 @@ jobs:
with: with:
node-version: "22" node-version: "22"
- run: npm install -g yarn - run: corepack enable
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
@@ -102,7 +102,7 @@ jobs:
with: with:
node-version: "22" node-version: "22"
- run: npm install -g yarn - run: corepack enable
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
@@ -189,7 +189,7 @@ jobs:
with: with:
node-version: "22" node-version: "22"
- run: npm install -g yarn - run: corepack enable
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with: