-
Notifications
You must be signed in to change notification settings - Fork 463
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.32.2 (#5612)
- Loading branch information
1 parent
6b8c73c
commit 473c3b5
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ jobs: | |
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} |
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,8 +11,8 @@ jobs: | |
outputs: | ||
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- id: matrix | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
run: | | ||
|
@@ -30,7 +30,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/[email protected].0 | ||
- uses: taiga-family/ci/actions/run/[email protected].2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -39,13 +39,13 @@ jobs: | |
needs: [wait] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].2 | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/[email protected].0 | ||
- uses: taiga-family/ci/actions/run/[email protected].2 | ||
if: env.IS_RELEASE_BRANCH == 'false' | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
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/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,12 @@ jobs: | |
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
if: github.event_name == 'push' | ||
with: | ||
branch-name: ${{ github.head_ref || github.ref_name }} | ||
- uses: taiga-family/ci/actions/auto/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
if: github.event_name == 'pull_request' | ||
with: | ||
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge |
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,5 +8,5 @@ jobs: | |
dependency-review: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/security/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/security/[email protected].2 |
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ jobs: | |
name: Label when approved | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
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,5 +7,5 @@ jobs: | |
remove_label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 |
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,16 +8,16 @@ jobs: | |
if: ${{ !contains(github.head_ref , 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: | | ||
npx nx prebuild icons | ||
npx nx build icons | ||
npx ts-node ./scripts/generate-used-icons.ts | ||
npx eslint ./projects/cdk/constants/used-icons.ts --fix | ||
npx prettier ./projects/cdk/constants/used-icons.ts --write | ||
- uses: taiga-family/ci/actions/auto/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
with: | ||
message: icons have changed | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} |
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: Build packages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npm run run-many:build:libs | ||
- run: npx ts-node ./scripts/check-dist.ts | ||
|
||
|
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: | |
if: ${{ !contains(github.head_ref, 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npx nx build demo | ||
- run: npx --yes bundlemon --config .github/.bundlemonrc.json | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ jobs: | |
contents: read | ||
security-events: write | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/security/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/security/[email protected].2 | ||
|
||
concurrency: | ||
group: codeql-${{ github.workflow }}-${{ github.ref }} | ||
|
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 |
---|---|---|
|
@@ -25,12 +25,12 @@ jobs: | |
IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} | ||
IS_RRE_RELEASE_MODE: ${{ contains(github.event.inputs.mode, 'prerelease') }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].2 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
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 |
---|---|---|
|
@@ -16,8 +16,8 @@ jobs: | |
if: ${{ !contains(github.event.workflow_run.head_branch, 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- name: Prepare demo before deploy from snapshots | ||
run: | | ||
|
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: | |
name: Firebase | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npx nx build demo --base-href='/' | ||
- name: Debug output | ||
run: tree dist/demo/browser -P '*.html' | ||
|
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/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/run/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/run/[email protected].2 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/' | ||
|
@@ -40,9 +40,9 @@ jobs: | |
project: [addon-doc, addon-commerce, addon-mobile, addon-table, addon-tablebars, icons, core, deep, kit] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
|
@@ -100,9 +100,9 @@ jobs: | |
shard: [1, 2, 3] | ||
name: playwright / (${{ matrix.shard }} of 3) | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install --with-deps chromium | ||
|
@@ -170,8 +170,8 @@ jobs: | |
needs: [cypress, playwright] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
if: ${{ !contains(github.head_ref, 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npm run typecheck | ||
- run: npm run cspell -- --no-progress | ||
- run: | | ||
|
@@ -25,7 +25,7 @@ jobs: | |
npm run stylelint | ||
npm run lint | ||
fi | ||
- uses: taiga-family/ci/actions/auto/[email protected].0 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
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,10 +10,10 @@ jobs: | |
name: Packages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].2 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
- run: npm run run-many:build:libs | ||
|
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,12 +8,12 @@ jobs: | |
name: Publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].2 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
|
||
|
@@ -28,14 +28,14 @@ jobs: | |
run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT | ||
|
||
- name: Announce to Time messenger | ||
uses: taiga-family/ci/actions/messenger/time/[email protected].0 | ||
uses: taiga-family/ci/actions/messenger/time/[email protected].2 | ||
with: | ||
url: ${{ secrets.ANNOUNCE_WEBHOOK }} | ||
channel: ${{ secrets.ANNOUNCE_TARGET }} | ||
version: ${{ steps.info.outputs.version }} | ||
|
||
- name: Announce to Telegram messenger | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].0 | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].2 | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: next | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- run: npx nx build demo -c next | ||
- run: tree ${{ env.DIST }} -P '*.html' | ||
|
@@ -29,9 +29,9 @@ jobs: | |
name: production | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
id: nodejs-workspace | ||
|
||
- run: npx nx build demo --configuration production | ||
|
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/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
|
||
- 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/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ jobs: | |
name: Validate tag | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: taiga-family/ci/actions/setup/[email protected].0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
id: nodejs-workspace | ||
|
||
- name: Get last tag | ||
|