mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): fix missed condition to skip test:package step for ignored files; (#7039)
This commit is contained in:
@@ -68,3 +68,4 @@ jobs:
|
|||||||
if: steps.changed-ignored.outputs.only_modified == 'false' && matrix.node-version == '22.x'
|
if: steps.changed-ignored.outputs.only_modified == 'false' && matrix.node-version == '22.x'
|
||||||
- name: Run package tests
|
- name: Run package tests
|
||||||
run: npm run test:package
|
run: npm run test:package
|
||||||
|
if: steps.changed-ignored.outputs.only_modified == 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user