2
0
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:
Dmitriy Mozgovoy
2025-09-16 16:27:01 +03:00
committed by GitHub
parent e9cfed35cf
commit ac3ba6487b
+1
View File
@@ -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'