testing upload-artefacts step
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 56s

This commit is contained in:
Gregory Gauthier 2026-02-06 13:29:07 +00:00
parent 303cadc23c
commit 2d657c0809
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@
//* Compile Step - comments allowed in JCL! //* Compile Step - comments allowed in JCL!
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE2)' //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE2)'
// //

View File

@ -10,4 +10,4 @@
int main() { int main() {
printf("%s\n", HELLO_STRING); printf("%s\n", HELLO_STRING);
return 0; return 0;
} }