fix: downgrade artifact actions na v3 (v4 nepodporováno na Gitea/GHES)
CI / Generate TypeScript types (push) Successful in 19s
CI / Generate TypeScript types (pull_request) Successful in 17s
CI / Build server (push) Failing after 32s
CI / Server unit tests (push) Successful in 34s
CI / Server unit tests (pull_request) Successful in 19s
CI / Build client (push) Failing after 28s
CI / Playwright E2E tests (push) Has been skipped
CI / Build server (pull_request) Failing after 21s
CI / Build and push Docker image (push) Has been skipped
CI / Discord notification (push) Has been skipped
CI / Build client (pull_request) Failing after 24s
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
CI / Generate TypeScript types (push) Successful in 19s
CI / Generate TypeScript types (pull_request) Successful in 17s
CI / Build server (push) Failing after 32s
CI / Server unit tests (push) Successful in 34s
CI / Server unit tests (pull_request) Successful in 19s
CI / Build client (push) Failing after 28s
CI / Playwright E2E tests (push) Has been skipped
CI / Build server (pull_request) Failing after 21s
CI / Build and push Docker image (push) Has been skipped
CI / Discord notification (push) Has been skipped
CI / Build client (pull_request) Failing after 24s
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:
+11
-11
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- run: cd types && yarn install --frozen-lockfile && yarn openapi-ts
|
- run: cd types && yarn install --frozen-lockfile && yarn openapi-ts
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: types-gen
|
name: types-gen
|
||||||
path: types/gen
|
path: types/gen
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: types-gen
|
name: types-gen
|
||||||
path: types/gen
|
path: types/gen
|
||||||
@@ -75,14 +75,14 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: types-gen
|
name: types-gen
|
||||||
path: types/gen
|
path: types/gen
|
||||||
|
|
||||||
- run: cd server && yarn install --frozen-lockfile && yarn build
|
- run: cd server && yarn install --frozen-lockfile && yarn build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: server-dist
|
name: server-dist
|
||||||
path: server/dist
|
path: server/dist
|
||||||
@@ -102,14 +102,14 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: types-gen
|
name: types-gen
|
||||||
path: types/gen
|
path: types/gen
|
||||||
|
|
||||||
- run: cd client && yarn install --frozen-lockfile && yarn build
|
- run: cd client && yarn install --frozen-lockfile && yarn build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: client-dist
|
name: client-dist
|
||||||
path: client/dist
|
path: client/dist
|
||||||
@@ -140,12 +140,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: server-dist
|
name: server-dist
|
||||||
path: server/dist
|
path: server/dist
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: client-dist
|
name: client-dist
|
||||||
path: client/dist
|
path: client/dist
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: cd e2e && yarn test
|
run: cd e2e && yarn test
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: playwright-report
|
||||||
@@ -186,12 +186,12 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: server-dist
|
name: server-dist
|
||||||
path: server/dist
|
path: server/dist
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: client-dist
|
name: client-dist
|
||||||
path: client/dist
|
path: client/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user