fix: instalace yarn přes npm před setup-node (yarn nebyl v PATH)
CI / Generate TypeScript types (push) Failing after 10s
CI / Server unit tests (push) Has been skipped
CI / Build server (push) Has been skipped
CI / Build client (push) Has been skipped
CI / Playwright E2E tests (push) Has been skipped
CI / Build and push Docker image (push) Has been skipped
CI / Generate TypeScript types (pull_request) Failing after 10s
CI / Discord notification (push) Has been skipped
CI / Server unit tests (pull_request) Has been skipped
CI / Build server (pull_request) Has been skipped
CI / Build client (pull_request) Has been skipped
CI / Playwright E2E tests (pull_request) Has been skipped
CI / Build and push Docker image (pull_request) Has been skipped
CI / Discord notification (pull_request) Has been skipped

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 19:39:51 +02:00
parent 99260a3250
commit 2067c21a29
+10 -18
View File
@@ -23,8 +23,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: yarn
cache-dependency-path: types/yarn.lock - run: npm install -g yarn
- run: cd types && yarn install --frozen-lockfile && yarn openapi-ts - run: cd types && yarn install --frozen-lockfile && yarn openapi-ts
@@ -50,8 +50,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: yarn
cache-dependency-path: server/yarn.lock - run: npm install -g yarn
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
@@ -72,8 +72,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: yarn
cache-dependency-path: server/yarn.lock - run: npm install -g yarn
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
@@ -99,8 +99,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: yarn
cache-dependency-path: client/yarn.lock - run: npm install -g yarn
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
@@ -140,14 +140,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: yarn
cache-dependency-path: |
server/yarn.lock
e2e/yarn.lock
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: server-dist name: server-dist
@@ -191,8 +183,8 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: yarn
cache-dependency-path: server/yarn.lock - run: npm install -g yarn
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with: