From 71c909a073223f076632201e45ef8b65559c398d Mon Sep 17 00:00:00 2001 From: cossack-done Date: Tue, 25 Feb 2025 18:58:43 +0300 Subject: [PATCH 1/2] feat: test up version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cddb7b7..7d8c472 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Run Unit Tests run: npm run ts-check - unit-all-tests: + tests-run-units: name: Run all units tests runs-on: ubuntu-latest needs: check-ts # Зависит от успешного завершения check-ts @@ -53,7 +53,7 @@ jobs: build: name: Build, Release, Publish NPM runs-on: ubuntu-latest - needs: [ check-ts, unit-all-tests ] # Зависит от успешного завершения check-ts и unit-all-tests + needs: [ check-ts, tests-run-units ] # Зависит от успешного завершения check-ts и unit-all-tests permissions: contents: write From 20584776ecf381c4bbb5525faf3c28fda7d3072a Mon Sep 17 00:00:00 2001 From: cossack-done Date: Tue, 25 Feb 2025 18:59:24 +0300 Subject: [PATCH 2/2] feat: test up version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d8c472..bb1a788 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Checks, Build, Publish on: pull_request: