generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update taiga-family/ci action to v1.30.0
- Loading branch information
1 parent
6d9cf42
commit 614ee03
Showing
16 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
name: PR author as an assignee | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.30.0 | ||
- uses: toshimaru/[email protected] | ||
if: env.IS_OWNER_MODE == 'true' | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ jobs: | |
name: Build demo for cypress | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.29.0 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.30.0 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.30.0 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/node@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.30.0 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build editor-demo --output-path ${{ env.DIST }} | ||
|
@@ -30,9 +30,9 @@ jobs: | |
needs: [build-demo] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.30.0 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
|
@@ -80,8 +80,8 @@ jobs: | |
needs: [cypress] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.30.0 | ||
|
||
- name: Download artifacts / ${{ env.SNAPSHOTS_CACHE_KEY }} | ||
continue-on-error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ jobs: | |
snapshots-next: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.30.0 | ||
- run: npx nx build editor-demo | ||
- uses: s0/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: Tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.29.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.30.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.30.0 | ||
- run: npx nx test tui-editor | ||
- uses: codecov/[email protected] | ||
with: | ||
|