-
Notifications
You must be signed in to change notification settings - Fork 465
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.74.0 (#9050)
- Loading branch information
1 parent
e630080
commit c1c51c0
Showing
20 changed files
with
80 additions
and
80 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.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.74.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
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,13 +8,13 @@ jobs: | |
name: Build demo | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.74.0 | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.74.0 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.74.0 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/node@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/node@v1.74.0 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo | ||
|
@@ -36,18 +36,18 @@ jobs: | |
shardTotal: [9] | ||
name: playwright / (${{ matrix.shardIndex }} of ${{ matrix.shardTotal }}) | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/node@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/playwright@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/playwright@v1.74.0 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
with: | ||
path: dist/demo | ||
key: ${{ env.CACHE_DIST_KEY }} | ||
|
||
- uses: taiga-family/ci/actions/run/serve@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/serve@v1.74.0 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST }} | ||
|
@@ -56,12 +56,12 @@ jobs: | |
- name: Run screenshot tests on ${{ env.DIST }} | ||
run: npx nx e2e demo-playwright -- --update-snapshots --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} | ||
|
||
- uses: taiga-family/ci/actions/run/clone@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/clone@v1.74.0 | ||
with: | ||
branch: snapshots/demo/next/${{ github.base_ref }} | ||
destination: ${{ env.DIST_NEXT }} | ||
|
||
- uses: taiga-family/ci/actions/run/serve@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/serve@v1.74.0 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST_NEXT }} | ||
|
@@ -115,8 +115,8 @@ jobs: | |
needs: [playwright] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.74.0 | ||
|
||
- name: Download artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_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
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,9 +11,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Unit tests | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/node@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.74.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.74.0 | ||
- run: npm test | ||
- run: tree -L 2 ./coverage -P 'lcov.info' | ||
- uses: codecov/[email protected] | ||
|