feat: přidání testů – Jest unit testy + Playwright E2E + CI pipeline #54
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user