-
Notifications
You must be signed in to change notification settings - Fork 474
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
e156e0a
commit 9f2fa30
Showing
21 changed files
with
77 additions
and
77 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.19 | ||
- 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
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 |
---|---|---|
|
@@ -13,13 +13,13 @@ jobs: | |
name: Build demo | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.19 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
with: | ||
fetch-depth: 10 | ||
- 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/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 demo -c next --output-path ${{ env.DIST }} --base-href='/' | ||
|
@@ -41,9 +41,9 @@ jobs: | |
[addon-doc, addon-charts, addon-commerce, addon-mobile, addon-table, addon-tablebars, icons, core, deep, kit] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.19 | ||
- 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] | ||
|
@@ -101,9 +101,9 @@ jobs: | |
shard: [1, 2, 3] | ||
name: playwright / (${{ matrix.shard }} of 3) | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.19 | ||
- 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: Install Playwright Browsers | ||
run: npx playwright install --with-deps chromium | ||
|
@@ -171,8 +171,8 @@ jobs: | |
needs: [cypress, playwright] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.19 | ||
- 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.CYPRESS_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ jobs: | |
] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.19 | ||
- 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/node@v1.30.0 | ||
|
||
- name: Run tests for ${{ matrix.project }} | ||
run: npx nx test ${{ matrix.project }} --skip-nx-cache | ||
|
@@ -45,7 +45,7 @@ jobs: | |
needs: [test] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.29.19 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.30.0 | ||
- uses: actions/[email protected] | ||
with: | ||
name: coverage-${{ github.workflow }}-${{ github.run_id }} | ||
|
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