mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
chore(ci): fix missed condition to skip test:package step for ignored files; (#7039)
This commit is contained in:
parent
e9cfed35cf
commit
ac3ba6487b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user