mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[actions/triage] Omit dev dependency installation (#179664)
This commit is contained in:
parent
d33559457d
commit
2d363d2833
3 changed files with 4 additions and 4 deletions
2
.github/workflows/fix-version-gaps.yml
vendored
2
.github/workflows/fix-version-gaps.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
path: ./actions
|
||||
|
||||
- name: Install Actions
|
||||
run: npm install --production --prefix ./actions
|
||||
run: npm ci --omit=dev --prefix ./actions
|
||||
|
||||
- name: Run Fix Gaps
|
||||
uses: ./actions/fix-version-gaps
|
||||
|
|
2
.github/workflows/label-failed-test.yml
vendored
2
.github/workflows/label-failed-test.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
|||
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
|
||||
SLACK_TOKEN: ${{secrets.SLACK_TOKEN_FAILED_TEST_NOTIFIER}}
|
||||
run: |
|
||||
npm install
|
||||
npm ci --omit=dev
|
||||
node failed-test-label ${{github.event.issue.number}} || true
|
||||
|
|
4
.github/workflows/skip-failed-test.yml
vendored
4
.github/workflows/skip-failed-test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
path: ./actions
|
||||
|
||||
- name: Install Actions
|
||||
run: npm install --production --prefix ./actions
|
||||
run: npm ci --omit=dev --prefix ./actions
|
||||
|
||||
- name: User Permission Check
|
||||
uses: ./actions/permission-check
|
||||
|
@ -43,5 +43,5 @@ jobs:
|
|||
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
|
||||
SLACK_TOKEN: ${{secrets.SLACK_TOKEN_FAILED_TEST_NOTIFIER}}
|
||||
run: |
|
||||
npm install
|
||||
npm ci --omit=dev
|
||||
node failed-test-auto ${{github.event.issue.number}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue