Skip to content

Commit 829ff26

Browse files
Copilotaleks-pro
andauthored
chore: adjust workflows per review feedback
Agent-Logs-Url: https://github.com/DevExpress/testcafe/sessions/e0d06bc2-7115-43a0-b6b6-e99e7ffd97ea Co-authored-by: aleks-pro <14822473+aleks-pro@users.noreply.github.com>
1 parent 1cd5452 commit 829ff26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: npm pack
3636

3737
- name: Install the application and check licenses
38-
run: mkdir temp && cd temp && npm init -y && npm install --package-lock-only ../*.tgz && npm ci && npx --no-install gulp check-licenses
38+
run: mkdir temp && cd temp && npm init -y && npm install ../*.tgz && npx --no-install gulp check-licenses

.github/workflows/test-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
18-
- run: npm audit --package-lock-only --production
18+
- run: npm audit --omit=dev

0 commit comments

Comments
 (0)