generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 35
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.85.0 (#1692)
- Loading branch information
1 parent
cc81788
commit d99d74b
Showing
11 changed files
with
625 additions
and
257 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
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.84.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.85.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.85.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: "contains(github.event.head_commit.message, 'chore(release)')" | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.85.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.85.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.85.0 | ||
- run: npx nx build-gh-pages | ||
- uses: JamesIves/[email protected] | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.85.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.85.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.85.0 | ||
|
||
- name: Run tests | ||
run: npx nx run-many --target test --all --coverage | ||
|
@@ -28,7 +28,7 @@ jobs: | |
needs: [tests] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.84.0 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.85.0 | ||
- uses: actions/[email protected] | ||
with: | ||
name: coverage-${{ github.workflow }}-${{ github.run_id }} | ||
|
Oops, something went wrong.