Merge pull request #13187 from cli/sammorrowdrums/fix-skills-acceptance-test

Fix skills-publish-dry-run acceptance test error message mismatch
This commit is contained in:
William Martin 2026-04-16 16:53:08 +02:00 committed by GitHub
commit a69a5fb2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Publish dry-run from a directory with no skills/ should fail gracefully
! exec gh skill publish --dry-run $WORK
stderr 'no skills/ directory found'
stderr 'no skills found in'
# Publish dry-run against a valid skill directory should succeed
exec gh skill publish --dry-run $WORK/test-repo