WIP: feat: přidání testů – Jest unit testy + Playwright E2E + CI pipeline #54

Draft
batmanisko wants to merge 21 commits from feat/tests into master
Showing only changes of commit 9383cd7d4c - Show all commits
+5 -5
View File
@@ -24,7 +24,7 @@ jobs:
with:
node-version: "22"
- run: npm install -g yarn
- run: corepack enable
- run: cd types && yarn install --frozen-lockfile && yarn openapi-ts
@@ -51,7 +51,7 @@ jobs:
with:
node-version: "22"
- run: npm install -g yarn
- run: corepack enable
- uses: actions/download-artifact@v3
with:
@@ -73,7 +73,7 @@ jobs:
with:
node-version: "22"
- run: npm install -g yarn
- run: corepack enable
- uses: actions/download-artifact@v3
with:
@@ -102,7 +102,7 @@ jobs:
with:
node-version: "22"
- run: npm install -g yarn
- run: corepack enable
- uses: actions/download-artifact@v3
with:
@@ -189,7 +189,7 @@ jobs:
with:
node-version: "22"
- run: npm install -g yarn
- run: corepack enable
- uses: actions/download-artifact@v3
with: