fix: post step failure is job failure (#85)

This commit is contained in:
ChristopherHX
2025-04-26 00:32:55 +02:00
committed by GitHub
parent 8131645cdb
commit 0aca9b8144
6 changed files with 32 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
console.log('This is a post step failure test');
process.exit(1);