mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +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'
|
||||
- name: Run package tests
|
||||
run: npm run test:package
|
||||
if: steps.changed-ignored.outputs.only_modified == 'false'
|
||||
|
||||
Reference in New Issue
Block a user